com.datecs.api.universalreader
Class UniversalReader.TouchScreen

java.lang.Object
  extended by com.datecs.api.universalreader.UniversalReader.TouchScreen
Enclosing class:
UniversalReader

public final class UniversalReader.TouchScreen
extends java.lang.Object

This class provides functionality for the Touchscreen.


Method Summary
 TouchEvent[] getEvents()
          Returns an instance of TouchEvent[].
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEvents

public TouchEvent[] getEvents()
                       throws java.io.IOException,
                              UniversalReaderException
Returns an instance of TouchEvent[].

Returns:
an instance of TouchEvent[] with events, or null if not events available.
Throws:
java.io.IOException - if an I/O error occurs.
UniversalReaderException - if an error occurs during execution.