Package 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 Detail

      • handleEvent

        void handleEvent​(JADEEvent ev)