Package ion.Core.Events
Interface IPaused<TAction extends Action>
-
- Type Parameters:
TAction- the particular type of the Action
- All Superinterfaces:
ion.Meta.IEvent,IStateChanged<TAction>
public interface IPaused<TAction extends Action> extends IStateChanged<TAction>
Indicates that an Action, of a particular type, has changed its state to Paused.- Author:
- GAIPS
-
-
Method Summary
-
Methods inherited from interface ion.Core.Events.IStateChanged
getAction, getOldState
-
-