processGestureEvent(..)
method will be called when a gesture event is processed by this component. The IInputProcessor
paramter type specifies the source of the gesture event we are interested in. So to listen to drag events only for example, we would specify the DragProcessor.class
as the first parameter.
@param gestureEvtSender the gesture evt sender
@param listener the listener
|
|