Package ilcd
Class TouchEventDispatcher

Public Method processEvents

void processEvents()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

If an touch event occurs the processEvents() method will notify all touch event listeners by calling their implementation of the onTouch() method.

Note

Example

EventManagement.getTouchEventDispatcher().processEvent();

See also:

Application