| com.pdftron.pdf.tools.ToolManager.OnGenericMotionEventListener |
Known Indirect Subclasses
|
This interface can be used to monitor generic motion event
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onChangePointerIcon(PointerIcon pointerIcon)
The implementation should change the pointer icon.
| ||||||||||
| abstract void |
onGenericMotionEvent(MotionEvent event)
Called when a generic motion occurred.
| ||||||||||
The implementation should change the pointer icon.
| pointerIcon | The pointer icon |
|---|
Called when a generic motion occurred.
| event | The motion event |
|---|