Public Member Functions | |
SpatialEventData[] | getData () |
Phidget | getSource () |
SpatialDataEvent (Phidget source, SpatialEventData[] data) | |
String | toString () |
Package Attributes | |
SpatialEventData[] | data |
Phidget | source |
This class represents the data for a SpatialDataEvent.
Definition at line 15 of file SpatialDataEvent.java.
com.phidgets.event.SpatialDataEvent.SpatialDataEvent | ( | Phidget | source, |
SpatialEventData[] | 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 |
data | the spatial data |
Definition at line 26 of file SpatialDataEvent.java.
SpatialEventData [] com.phidgets.event.SpatialDataEvent.getData | ( | ) | [inline] |
Returns the data. This may contain multiple sets of data for high data rates.
Definition at line 48 of file SpatialDataEvent.java.
Phidget com.phidgets.event.SpatialDataEvent.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 SpatialDataEvent.java.
String com.phidgets.event.SpatialDataEvent.toString | ( | ) | [inline] |
Returns a string containing information about the event.
Definition at line 57 of file SpatialDataEvent.java.
SpatialEventData [] com.phidgets.event.SpatialDataEvent.data [package] |
Definition at line 18 of file SpatialDataEvent.java.
Definition at line 17 of file SpatialDataEvent.java.