org.snmp4j.agent.agentx.master
Interface AgentXMasterListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- AgentXMib
public interface AgentXMasterListener
- extends java.util.EventListener
The AgentXMasterListener interface ca be implemented to
react on sub-agent, session, and registration changes occurred at the
event emitting AgentX master agent.
- Version:
- 1.0
- Author:
- Frank Fock
|
Method Summary |
void |
masterChanged(AgentXMasterEvent event)
The state of the master agents sub-agent connections, sessions, or
registrations has been changed. |
masterChanged
void masterChanged(AgentXMasterEvent event)
- The state of the master agents sub-agent connections, sessions, or
registrations has been changed. For details inspect the supplied event
object.
- Parameters:
event - an AgentXMasterEvent object.
Copyright © 2011 SNMP4J.org. All Rights Reserved.