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 Summary

    Modifier and Type
    Method
    Description
    Gets the Action that stepped.

    Methods inherited from interface ion.Meta.IEvent

    getRaiseTime
  • Method Details

    • getAction

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