snmp
Interface SNMPTrapListener
- public interface SNMPTrapListener
SNMPv1TrapListener is an interface that must be implemented by any class which wishes
to act as a "listener" for trap messages sent from remote SNMP entities using the SNMPv1TrapInterface
class. The SNMPv1TrapInterface class listens for trap messages, and passes any it receives on to
SNMPTrapListener subclasses that have registered with it through its addTrapListener() method.
processTrap
public void processTrap(SNMPTrapPDU trapPDU)