public abstract static class Touch.Listener extends Slot<Object>
| Constructor and Description |
|---|
Listener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCancel(Touch.Interaction iact)
Notifies listener of a touch cancel event.
|
void |
onEmit(Object event) |
void |
onEnd(Touch.Interaction iact)
Notifies listener of a touch end event.
|
void |
onMove(Touch.Interaction iact)
Notifies listener of a touch move event.
|
void |
onStart(Touch.Interaction iact)
Notifies listener of a touch start event.
|
public void onStart(Touch.Interaction iact)
public void onMove(Touch.Interaction iact)
public void onEnd(Touch.Interaction iact)
public void onCancel(Touch.Interaction iact)
public final void onEmit(Object event)
Copyright © 2017. All Rights Reserved.