Package ion.Core.Events
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.IEventIndicates that an Action, of a particular type, has performed a Step.- Author:
- GAIPS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TActiongetAction()Gets the Action that stepped.
-
-
-
Method Detail
-
getAction
TAction getAction()
Gets the Action that stepped.- Returns:
- the Action that stepped
-
-