Eventspublic class Events extends Object This class establishes the connection to the event queue in the virtual
machime, and allows the Java code to read the event data from the queue. |
Methods Summary |
---|
public native void | open()Open the connection to the native event queue.
| public native int | readInt()Reads the next 4 bytes from the event queue, and return as
an integer.
| public native java.lang.String | readUTF()Reads from the event queue a String object.
|
|