-
- All Implemented Interfaces:
-
com.otaliastudios.cameraview.engine.action.ActionCallback
@RequiresApi(value = Build.VERSION_CODES.LOLLIPOP) public abstract class CompletionCallback implements ActionCallback
A special ActionCallback that just checks for the completed state. Handy as an inner anonymous class.
-
-
Method Summary
Modifier and Type Method Description final voidonActionStateChanged(@NonNull() Action action, int state)Action state has just changed. -
-
Method Detail
-
onActionStateChanged
final void onActionStateChanged(@NonNull() Action action, int state)
Action state has just changed.
- Parameters:
action- actionstate- new state
-
-
-
-