Uses of Interface
org.snmp4j.agent.AgentStateListener
Packages that use AgentStateListener
-
Uses of AgentStateListener in org.snmp4j.agent
Fields in org.snmp4j.agent with type parameters of type AgentStateListenerModifier and TypeFieldDescriptionprotected List<AgentStateListener<AgentConfigManager>> AgentConfigManager.agentStateListenersThe listeners that are informed about run state changes of this agent.Methods in org.snmp4j.agent with parameters of type AgentStateListenerModifier and TypeMethodDescriptionvoidAgentConfigManager.addAgentStateListener(AgentStateListener<AgentConfigManager> agentStateListener) Adds a listener that is informed whenever the run state of this agent changes.booleanAgentConfigManager.removeAgentStateListener(AgentStateListener<AgentConfigManager> agentStateListener) Removes a previously added agent state listener.