| SNMPv2TrapListener is an interface that must be implemented by any class which wishes to act as
a "listener" for SNMPv2 trap messages sent from remote SNMP entities to an instance of the
SNMPTrapListenerInterface class. The SNMPTrapListenerInterface class listens for trap messages, and
passes any it receives on to SNMPv2TrapListener subclasses that have registered with it through its
addv2TrapListener() method.
|