Interface AgentXMasterListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AgentXMib

public interface AgentXMasterListener extends 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

    Modifier and Type
    Method
    Description
    void
    The state of the master agents sub-agent connections, sessions, or registrations has been changed.
  • Method Details

    • 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.