public static interface

ToolManager.OnGenericMotionEventListener

com.pdftron.pdf.tools.ToolManager.OnGenericMotionEventListener
Known Indirect Subclasses

Class Overview

This interface can be used to monitor generic motion event

Summary

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.

Public Methods

public abstract void onChangePointerIcon (PointerIcon pointerIcon)

The implementation should change the pointer icon.

Parameters
pointerIcon The pointer icon

public abstract void onGenericMotionEvent (MotionEvent event)

Called when a generic motion occurred.

Parameters
event The motion event