Uses of Interface
org.snmp4j.transport.TransportStateListener
-
Packages that use TransportStateListener Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP. -
-
Uses of TransportStateListener in org.snmp4j.transport
Fields in org.snmp4j.transport with type parameters of type TransportStateListener Modifier and Type Field Description protected List<TransportStateListener>
AbstractTransportMapping. transportStateListeners
Methods in org.snmp4j.transport with parameters of type TransportStateListener Modifier and Type Method Description void
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.
-