com.iristick.smartglass.core
Interface TouchEvent.Callback¶
- Enclosing class:
- TouchEvent
public static interface TouchEvent.Callback
Callback interface for touchpad events.
Implement this class and pass it to
Headset.registerTouchEventCallback(com.iristick.smartglass.core.TouchEvent.Callback, android.os.Handler, int)
to get events.Method Summary¶
Modifier and Type | Method and Description |
---|---|
void |
onTouchEvent(TouchEvent event)
Called when any touchpad event occurs.
|
Method Detail¶
onTouchEvent¶
void onTouchEvent(@NonNull TouchEvent event)
Called when any touchpad event occurs.
- Parameters:
event
- The touchpad event.