Class AbstractEventSignal.LearningListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void trigger()  
      abstract void undoTrigger()  
      • Methods inherited from class java.lang.Object

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

      • LearningListener

        public LearningListener()
    • Method Detail

      • trigger

        public abstract void trigger()
      • undoTrigger

        public abstract void undoTrigger()