Package ilcd
Class TouchEventDispatcher

Public Method removeAllListener

void removeAllListener()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

This method removes all touch event listeners.

Example

EventManagement.getTouchEventDispatcher().removeAllListener();

See also:

Application