Uses of Interface
jade.core.AgentManager.Listener

Packages that use AgentManager.Listener
jade.core This package contains the microkernel of JADE system. 
jade.domain This package and its sub-packages contains FIPA specific agents and ontologies. 
 

Uses of AgentManager.Listener in jade.core
 

Methods in jade.core with parameters of type AgentManager.Listener
 void MainContainerImpl.addListener(AgentManager.Listener l)
          Add a listener of platform events
 void AgentManager.addListener(AgentManager.Listener l)
           
 void MainContainerImpl.removeListener(AgentManager.Listener l)
          Remove a listener of platform events
 void AgentManager.removeListener(AgentManager.Listener l)
           
 

Uses of AgentManager.Listener in jade.domain
 

Classes in jade.domain that implement AgentManager.Listener
 class AMSEventQueueFeeder