Package jade.core
Interface AgentManager.Listener
-
- All Superinterfaces:
EventListener,MTPListener,PlatformListener
- All Known Implementing Classes:
AMSEventQueueFeeder
- Enclosing interface:
- AgentManager
public static interface AgentManager.Listener extends PlatformListener, MTPListener
This callback interface is implemented by the AMS in order to be notified of significant platform-level events (e.g. container added or removed, agents birth or death, mtp configuration changes, etc.).
-
-
Method Summary
-
Methods inherited from interface jade.core.event.MTPListener
addedMTP, messageIn, messageOut, removedMTP
-
Methods inherited from interface jade.core.event.PlatformListener
addedContainer, bornAgent, deadAgent, frozenAgent, movedAgent, removedContainer, resumedAgent, suspendedAgent, thawedAgent
-
-