jade.core
Interface FEListener


public interface FEListener

Interface 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
 void handleEvent(jade.core.event.JADEEvent ev)
           
 

Method Detail

handleEvent

void handleEvent(jade.core.event.JADEEvent ev)


These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions