| snmp.SNMPv1TrapListener
SNMPv1TrapListener | public interface SNMPv1TrapListener (Code) | | 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 to an instance of the SNMPTrapListenerInterface
class. The SNMPTrapListenerInterface class listens for trap messages, and passes any it receives on to
SNMPv1TrapListener subclasses that have registered with it through its addv1TrapListener() method.
|
|
|