C - The controller class which manage this event adapterpublic class DefaultRotateAdapter<C extends AbstractBaseController<?,?>> extends AbstractDefaultAdapter<C> implements RotateAdapter
EventAdapter.Linker| Constructor and Description |
|---|
DefaultRotateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
anyRotate(RotateEvent rotateEvent)
Manage ANY rotate events.
|
void |
rotate(RotateEvent rotateEvent)
Manage events when user performs a rotating gesture such as dragging two fingers around each other.
|
void |
rotationFinished(RotateEvent rotateEvent)
Manage events when a rotating gesture ends.
|
void |
rotationStarted(RotateEvent rotateEvent)
Manage events when a rotating gesture is detected.
|
getController, setControllerpublic void anyRotate(RotateEvent rotateEvent)
anyRotate in interface RotateAdapterrotateEvent - the event to managepublic void rotationStarted(RotateEvent rotateEvent)
rotationStarted in interface RotateAdapterrotateEvent - the event to managepublic void rotate(RotateEvent rotateEvent)
rotate in interface RotateAdapterrotateEvent - the event to managepublic void rotationFinished(RotateEvent rotateEvent)
rotationFinished in interface RotateAdapterrotateEvent - the event to manageCopyright © 2011–2014 JRebirth OSS. All rights reserved.