Package com.microej.wear.components
Interface Navigator
-
public interface NavigatorNavigates across the UI.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNavigator.GestureEnumerates gestures.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandleGesture(Navigator.Gesture gesture)Handles a gesture.
-
-
-
Method Detail
-
handleGesture
boolean handleGesture(Navigator.Gesture gesture)
Handles a gesture.The navigator may consume the gesture and show an other page.
- Parameters:
gesture- the gesture to handle.- Returns:
- whether the gesture has been consumed.
-
-