public interface RotateAdapter extends EventAdapter
EventAdapter.Linker| 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.
|
void anyRotate(RotateEvent rotateEvent)
rotateEvent - the event to managevoid rotationStarted(RotateEvent rotateEvent)
rotateEvent - the event to managevoid rotate(RotateEvent rotateEvent)
rotateEvent - the event to managevoid rotationFinished(RotateEvent rotateEvent)
rotateEvent - the event to manageCopyright © 2011–2014 JRebirth OSS. All rights reserved.