Interface SceneExaminer.InteractionModeListener
-
- Enclosing class:
- SceneExaminer
public static interface SceneExaminer.InteractionModeListener
Listener interface to receive notifications of interaction mode changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
interactionModeChanged(SceneExaminer.InteractionMode newMode)
Invoked when interaction mode has changedvoid
seekModeChanged(boolean onOrOff)
Invoked when seek mode has changed
-
-
-
Method Detail
-
seekModeChanged
void seekModeChanged(boolean onOrOff)
Invoked when seek mode has changed
-
interactionModeChanged
void interactionModeChanged(SceneExaminer.InteractionMode newMode)
Invoked when interaction mode has changed
-
-