Interface AgenticEventListener

  • All Implemented Interfaces:

    
    public interface AgenticEventListener
    
                        

    Listen to events related to processes and the platform itself. Subclasses can implement this interface to handle specific events. Default implementations do nothing.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit onPlatformEvent(AgentPlatformEvent event) An event relating to the platform or leading to the creation of an AgentProcess, such as the choice of a goal.
      Unit onProcessEvent(AgentProcessEvent event) Listen to an event during the execution of an AgentProcess
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait