Class MulticastAgenticEventListener

  • All Implemented Interfaces:
    com.embabel.agent.event.AgenticEventListener

    
    public final class MulticastAgenticEventListener
     implements AgenticEventListener
                        

    Multicast event listener that forwards events to multiple listeners. If any listener throws an exception, it is logged but does not stop the processing of other listeners.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field 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