|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlatformEvent | |
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.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.startedPlatform(PlatformEvent anEvent)
Called when the platform is started. |
void |
PlatformController.Listener.suspendedPlatform(PlatformEvent anEvent)
Called when the platform is suspended. |
void |
PlatformController.Listener.resumedPlatform(PlatformEvent anEvent)
Called when the platform is activated. |
void |
PlatformController.Listener.killedPlatform(PlatformEvent anEvent)
Called when the platform is killed (destroyed). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |