Interface IStepped<TAction extends Action>

  • Type Parameters:
    TAction - the particular type of the Action
    All Superinterfaces:
    ion.Meta.IEvent

    public interface IStepped<TAction extends Action>
    extends ion.Meta.IEvent
    Indicates that an Action, of a particular type, has performed a Step.
    Author:
    GAIPS
    • Method Detail

      • getAction

        TAction getAction()
        Gets the Action that stepped.
        Returns:
        the Action that stepped