Uses of Interface
jade.wrapper.PlatformController.Listener
-
Packages that use PlatformController.Listener 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. -
-
Uses of PlatformController.Listener in jade.wrapper
Methods in jade.wrapper with parameters of type PlatformController.Listener Modifier and Type Method Description voidAgentContainer. addPlatformListener(PlatformController.Listener aListener)voidPlatformController. addPlatformListener(PlatformController.Listener aListener)Add a platform listener.voidAgentContainer. removePlatformListener(PlatformController.Listener aListener)voidPlatformController. removePlatformListener(PlatformController.Listener aListener)Remove a platform listener.
-