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