Package playn.scene
Class Touch.Listener
- All Implemented Interfaces:
Reactor.RListener
,SignalView.Listener<Object>
,ValueView.Listener<Object>
- Enclosing class:
Touch
A listener for touch events with layer info.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCancel
(Touch.Interaction iact) Notifies listener of a touch cancel event.final void
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.
-
Constructor Details
-
Listener
public Listener()
-
-
Method Details
-
onStart
Notifies listener of a touch start event. -
onMove
Notifies listener of a touch move event. -
onEnd
Notifies listener of a touch end event. -
onCancel
Notifies listener of a touch cancel event. -
onEmit
-