Uses of Interface
org.snmp4j.agent.agentx.event.PingListener
Packages that use PingListener
-
Uses of PingListener in org.snmp4j.agent.agentx.subagent
Methods in org.snmp4j.agent.agentx.subagent with parameters of type PingListenerModifier and TypeMethodDescriptionvoidAgentXSubagent.addPingListener(PingListener l) Adds aPingListenerthat is notified about the results of the periodic ping requests sent to the master agent (seeAgentXSubagent.setPingDelay(int)).voidAgentXSubagent.removePingListener(PingListener l) Removes a previously addedPingListener.