Package ion.Core.Events
Interface IStepped<TAction extends Action>
- Type Parameters:
TAction- the particular type of the Action
- All Superinterfaces:
ion.Meta.IEvent
Indicates that an Action, of a particular type, has performed a Step.
- Author:
- GAIPS
-
Method Summary
Methods inherited from interface ion.Meta.IEvent
getRaiseTime
-
Method Details
-
getAction
TAction getAction()Gets the Action that stepped.- Returns:
- the Action that stepped
-