Class EvaluationSafeGuardFiredEvent

  • All Implemented Interfaces:
    org.api4.java.common.event.IEvent

    public class EvaluationSafeGuardFiredEvent
    extends java.lang.Object
    implements org.api4.java.common.event.IEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      EvaluationSafeGuardFiredEvent​(ai.libs.jaicore.components.api.IComponentInstance ci)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ai.libs.jaicore.components.api.IComponentInstance getComponentInstance()  
      long getTimestamp()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EvaluationSafeGuardFiredEvent

        public EvaluationSafeGuardFiredEvent​(ai.libs.jaicore.components.api.IComponentInstance ci)
    • Method Detail

      • getComponentInstance

        public ai.libs.jaicore.components.api.IComponentInstance getComponentInstance()
      • getTimestamp

        public long getTimestamp()
        Specified by:
        getTimestamp in interface org.api4.java.common.event.IEvent