Interface EventActionIfc<T>

    • Method Detail

      • action

        void action​(JSLEvent<T> event)
        This must be implemented by any objects that want to supply event logic. This is essentially the "event routine".
        Parameters:
        event - The event that triggered this action.