Uses of Interface
jade.wrapper.PlatformEvent
-
Packages that use PlatformEvent Package Description 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 Modifier and Type Class Description classPlatformEventThis 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 Modifier and Type Method Description voidPlatformController.Listener. bornAgent(PlatformEvent anEvent)Called when an agent is born.voidPlatformController.Listener. deadAgent(PlatformEvent anEvent)Called when an agent dies.voidPlatformController.Listener. killedPlatform(PlatformEvent anEvent)Called when the platform is killed (destroyed).voidPlatformController.Listener. resumedPlatform(PlatformEvent anEvent)Called when the platform is activated.voidPlatformController.Listener. startedPlatform(PlatformEvent anEvent)Called when the platform is started.voidPlatformController.Listener. suspendedPlatform(PlatformEvent anEvent)Called when the platform is suspended.
-