Package jade.core
Interface FEListener
-
public interface FEListenerInterface to be implemented by classes that need to be notified about FrontEnd relevant events such as BORN_AGENT and DEAD_AGENT.- See Also:
MicroRuntime.addListener(FEListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEvent(JADEEvent ev)
-
-
-
Method Detail
-
handleEvent
void handleEvent(JADEEvent ev)
-
-