Uses of Interface
org.snmp4j.transport.TransportStateListener
Packages that use TransportStateListener
-
Uses of TransportStateListener in org.snmp4j.transport
Fields in org.snmp4j.transport with type parameters of type TransportStateListenerModifier and TypeFieldDescriptionprotected List<TransportStateListener> AbstractTransportMapping.transportStateListenersMethods in org.snmp4j.transport with parameters of type TransportStateListenerModifier and TypeMethodDescriptionvoidAbstractTransportMapping.addTransportStateListener(TransportStateListener l) Add aTransportStateListenerto getTransportStateEvents if the state of this transport mapping changes.voidConnectionOrientedTransportMapping.addTransportStateListener(TransportStateListener l) Adds a transport state listener that is to be informed about connection state changes.voidAbstractTransportMapping.removeTransportStateListener(TransportStateListener l) Remove aTransportStateListenerfrom this transport mapping.voidConnectionOrientedTransportMapping.removeTransportStateListener(TransportStateListener l) Removes the supplied transport state listener.