Uses of Class
jade.core.event.PlatformEvent

Packages that use PlatformEvent
jade.core.event   
jade.domain This package and its sub-packages contains FIPA specific agents and ontologies. 
 

Uses of PlatformEvent in jade.core.event
 

Methods in jade.core.event with parameters of type PlatformEvent
 void PlatformListener.addedContainer(PlatformEvent ev)
           
 void PlatformListener.bornAgent(PlatformEvent ev)
           
 void PlatformListener.deadAgent(PlatformEvent ev)
           
 void PlatformListener.frozenAgent(PlatformEvent ev)
           
 void PlatformListener.movedAgent(PlatformEvent ev)
           
 void PlatformListener.removedContainer(PlatformEvent ev)
           
 void PlatformListener.resumedAgent(PlatformEvent ev)
           
 void PlatformListener.suspendedAgent(PlatformEvent ev)
           
 void PlatformListener.thawedAgent(PlatformEvent ev)
           
 

Uses of PlatformEvent in jade.domain
 

Methods in jade.domain with parameters of type PlatformEvent
 void AMSEventQueueFeeder.addedContainer(PlatformEvent ev)
           
 void AMSEventQueueFeeder.bornAgent(PlatformEvent ev)
           
 void AMSEventQueueFeeder.changedAgentPrincipal(PlatformEvent ev)
           
 void AMSEventQueueFeeder.changedContainerPrincipal(PlatformEvent ev)
           
 void AMSEventQueueFeeder.deadAgent(PlatformEvent ev)
           
 void AMSEventQueueFeeder.frozenAgent(PlatformEvent ev)
           
 void AMSEventQueueFeeder.movedAgent(PlatformEvent ev)
           
 void AMSEventQueueFeeder.removedContainer(PlatformEvent ev)
           
 void AMSEventQueueFeeder.resumedAgent(PlatformEvent ev)
           
 void AMSEventQueueFeeder.suspendedAgent(PlatformEvent ev)
           
 void AMSEventQueueFeeder.thawedAgent(PlatformEvent ev)