Uses of Interface
org.snmp4j.agent.AgentStateListener
-
Packages that use AgentStateListener Package Description org.snmp4j.agent -
-
Uses of AgentStateListener in org.snmp4j.agent
Fields in org.snmp4j.agent with type parameters of type AgentStateListener Modifier and Type Field Description protected java.util.List<AgentStateListener<AgentConfigManager>>
AgentConfigManager. agentStateListeners
Methods in org.snmp4j.agent with parameters of type AgentStateListener Modifier and Type Method Description void
AgentConfigManager. addAgentStateListener(AgentStateListener<AgentConfigManager> agentStateListener)
boolean
AgentConfigManager. removeAgentStateListener(AgentStateListener<AgentConfigManager> agentStateListener)
-