Public Member Functions | |
DetachEvent (Phidget source) | |
Phidget | getSource () |
String | toString () |
Package Attributes | |
Phidget | source |
This class represents the data for a DetachEvent.
Definition at line 14 of file DetachEvent.java.
com.phidgets.event.DetachEvent.DetachEvent | ( | Phidget | source | ) | [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 23 of file DetachEvent.java.
Phidget com.phidgets.event.DetachEvent.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 34 of file DetachEvent.java.
String com.phidgets.event.DetachEvent.toString | ( | ) | [inline] |
Returns a string containing information about the event.
Definition at line 43 of file DetachEvent.java.
Phidget com.phidgets.event.DetachEvent.source [package] |
Definition at line 16 of file DetachEvent.java.