Uses of Interface
jade.core.FEListener

Packages that use FEListener
jade.core This package contains the microkernel of JADE system. 
 

Uses of FEListener in jade.core
 

Methods in jade.core with parameters of type FEListener
static void MicroRuntime.addListener(FEListener l)
          Add a listener that will be notified about Front-End relevant events such as BORN_AGENT and DEAD_AGENT
NOT available in MIDP
static void MicroRuntime.removeListener(FEListener l)
          Remove a listener to Front-End relevant events BORN_AGENT and DEAD_AGENT
NOT available in MIDP