Uses of Interface
jade.wrapper.PlatformEvent

Packages that use PlatformEvent
jade.core.event   
jade.wrapper Together with the classes jade.core.Profile and jade.core.Runtime this package provides support for the JADE in-process interface that allows external Java applications to use JADE as a kind of library and to launch the JADE Runtime from within the application itself. 
 

Uses of PlatformEvent in jade.core.event
 

Classes in jade.core.event that implement PlatformEvent
 class PlatformEvent
          This class represents an event related to the platform life cycle and configuration.
 

Uses of PlatformEvent in jade.wrapper
 

Methods in jade.wrapper with parameters of type PlatformEvent
 void PlatformController.Listener.bornAgent(PlatformEvent anEvent)
          Called when an agent is born.
 void PlatformController.Listener.deadAgent(PlatformEvent anEvent)
          Called when an agent dies.
 void PlatformController.Listener.killedPlatform(PlatformEvent anEvent)
          Called when the platform is killed (destroyed).
 void PlatformController.Listener.resumedPlatform(PlatformEvent anEvent)
          Called when the platform is activated.
 void PlatformController.Listener.startedPlatform(PlatformEvent anEvent)
          Called when the platform is started.
 void PlatformController.Listener.suspendedPlatform(PlatformEvent anEvent)
          Called when the platform is suspended.