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.transportStateListeners
Methods in org.snmp4j.transport with parameters of type TransportStateListenerModifier and TypeMethodDescriptionvoid
AbstractTransportMapping.addTransportStateListener(TransportStateListener l)
Add aTransportStateListener
to getTransportStateEvent
s if the state of this transport mapping changes.void
ConnectionOrientedTransportMapping.addTransportStateListener(TransportStateListener l)
Adds a transport state listener that is to be informed about connection state changes.void
AbstractTransportMapping.removeTransportStateListener(TransportStateListener l)
Remove aTransportStateListener
from this transport mapping.void
ConnectionOrientedTransportMapping.removeTransportStateListener(TransportStateListener l)
Removes the supplied transport state listener.