Uses of Interface
jade.wrapper.PlatformController.Listener

Packages that use PlatformController.Listener
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
 void PlatformController.addPlatformListener(PlatformController.Listener aListener)
          Add a platform listener.
 void PlatformController.removePlatformListener(PlatformController.Listener aListener)
          Remove a platform listener.
 void AgentContainer.addPlatformListener(PlatformController.Listener aListener)
           
 void AgentContainer.removePlatformListener(PlatformController.Listener aListener)
           
 



JADE