Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|