apps.threedmanipulation.gestures
Interface ObjectRightClick.CursorEventListener
- Enclosing class:
- ObjectRightClick
public static interface ObjectRightClick.CursorEventListener
The listener interface for receiving cursorEvent events. The class that
is interested in processing a cursorEvent event implements this
interface, and the object created with that class is registered with a
component using the component's
addCursorEventListener method. When
the cursorEvent event occurs, that object's appropriate
method is invoked.
- See Also:
CursorEventEvent
cursorRightClicked
void cursorRightClicked(ScreenCursor c,
MultiTouchCursorEvent event)
- Cursor right clicked.
- Parameters:
c
- the cevent
- the event