Class EventAction

    • Constructor Summary

      Constructors 
      Constructor Description
      EventAction()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void action​(JSLEvent<java.lang.Object> event)
      This must be implemented by any objects that want to supply event logic.
      • Methods inherited from class java.lang.Object

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

      • EventAction

        public EventAction()
    • Method Detail

      • action

        public abstract void action​(JSLEvent<java.lang.Object> event)
        Description copied from interface: EventActionIfc
        This must be implemented by any objects that want to supply event logic. This is essentially the "event routine".
        Specified by:
        action in interface EventActionIfc<java.lang.Object>
        Parameters:
        event - The event that triggered this action.