C - The controller class which manage this event adapterpublic class DefaultTouchAdapter<C extends AbstractBaseController<?,?>> extends AbstractDefaultAdapter<C> implements TouchAdapter
EventAdapter.Linker| Constructor and Description |
|---|
DefaultTouchAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
touch(TouchEvent touchEvent)
Manage ANY touch events.
|
void |
touchMoved(TouchEvent touchEvent)
Manage events when touch point is moved.
|
void |
touchPressed(TouchEvent touchEvent)
Manage events when touch point is touched for the first time.
|
void |
touchReleased(TouchEvent touchEvent)
Manage events when touch point is released.
|
void |
touchStationary(TouchEvent touchEvent)
Manage events when touch point is pressed and still (doesn't move)..
|
getController, setControllerpublic void touch(TouchEvent touchEvent)
touch in interface TouchAdaptertouchEvent - the event to managepublic void touchMoved(TouchEvent touchEvent)
touchMoved in interface TouchAdaptertouchEvent - the event to managepublic void touchPressed(TouchEvent touchEvent)
touchPressed in interface TouchAdaptertouchEvent - the event to managepublic void touchReleased(TouchEvent touchEvent)
touchReleased in interface TouchAdaptertouchEvent - the event to managepublic void touchStationary(TouchEvent touchEvent)
touchStationary in interface TouchAdaptertouchEvent - the event to manageCopyright © 2011–2014 JRebirth OSS. All rights reserved.