Package ilcd

Interface OnTouchListener

The OnTouchListener interface is used for receiving touch events. Touch event listeners (classes implementing this interface) are required to implement the onTouch() method in order to react on touch events. The onTouch() method will be called automatically by the event management system after the listener object has been added to the EventManagement. Whenever a touch event occurs, the onTouch() method is invoked.

To receive touch events, touch field reporting has to be enabled. This is done using the method Touch.setTouchFieldReportingEnabled(boolean). Also a touch event listener object has to be added to the event system by calling addListener(OnTouchListenerObject). See Touch on how to create a touch field.

Note

_INSERT_CONSTRUCTOR_ENTRY_HERE_

Public Methods

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_