Public Member Functions | |
int[] | getData () |
Phidget | getSource () |
RawDataEvent (Phidget source, int[] data) | |
String | toString () |
Package Attributes | |
int[] | data |
Phidget | source |
This class represents the data for a RawDataEvent.
Definition at line 14 of file RawDataEvent.java.
com.phidgets.event.RawDataEvent.RawDataEvent | ( | Phidget | source, |
int[] | data | ||
) | [inline] |
Class constructor. This is called internally by the phidget library when creating this event.
source | the Phidget object from which this event originated |
Definition at line 24 of file RawDataEvent.java.
int [] com.phidgets.event.RawDataEvent.getData | ( | ) | [inline] |
Phidget com.phidgets.event.RawDataEvent.getSource | ( | ) | [inline] |
Returns the source Phidget of this event. This is a reference to the Phidget object from which this event was called. This object can be cast into a specific type of Phidget object to call specific device calls on it.
Definition at line 39 of file RawDataEvent.java.
String com.phidgets.event.RawDataEvent.toString | ( | ) | [inline] |
Returns a string containing information about the event.
Definition at line 57 of file RawDataEvent.java.
int [] com.phidgets.event.RawDataEvent.data [package] |
Definition at line 17 of file RawDataEvent.java.
Definition at line 16 of file RawDataEvent.java.