-
@RequiresApi(value = Build.VERSION_CODES.LOLLIPOP) public interface ActionCallback
A callback for Action state changes. See the action class. See also CompletionCallback.
-
-
Method Summary
Modifier and Type Method Description abstract voidonActionStateChanged(@NonNull() Action action, int state)Action state has just changed. -
-
Method Detail
-
onActionStateChanged
abstract void onActionStateChanged(@NonNull() Action action, int state)
Action state has just changed.
- Parameters:
action- actionstate- new state
-
-
-
-