C
- The controller class which manage this event adapterpublic class DefaultRotateAdapter<C extends AbstractBaseController<?,?>> extends AbstractDefaultAdapter<C> implements RotateAdapter
EventAdapter.Linker
NOT_IMPLEMENTED_YET
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, setController
public DefaultRotateAdapter()
public void anyRotate(RotateEvent rotateEvent)
anyRotate
in interface RotateAdapter
rotateEvent
- the event to managepublic void rotationStarted(RotateEvent rotateEvent)
rotationStarted
in interface RotateAdapter
rotateEvent
- the event to managepublic void rotate(RotateEvent rotateEvent)
rotate
in interface RotateAdapter
rotateEvent
- the event to managepublic void rotationFinished(RotateEvent rotateEvent)
rotationFinished
in interface RotateAdapter
rotateEvent
- the event to manageCopyright © 2011–2016 JRebirth OSS. All rights reserved.