-
public interface ActionCallbackA callback for Action state changes. See the action class. See also CompletionCallback.
-
-
Method Summary
Modifier and Type Method Description abstract voidonActionStateChanged(Action action, int state)Action state has just changed. -
-
Method Detail
-
onActionStateChanged
abstract void onActionStateChanged(Action action, int state)
Action state has just changed.
- Parameters:
action- actionstate- new state
-
-
-
-