Public Member Functions | |
ErrorEvent (Phidget source, PhidgetException ex) | |
PhidgetException | getException () |
Phidget | getSource () |
String | toString () |
Package Attributes | |
PhidgetException | exception |
Phidget | source |
This class represents the data for a ErrorEvent.
Definition at line 15 of file ErrorEvent.java.
com.phidgets.event.ErrorEvent.ErrorEvent | ( | Phidget | source, |
PhidgetException | ex | ||
) | [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 25 of file ErrorEvent.java.
Returns the exception that describes the error.
Definition at line 46 of file ErrorEvent.java.
Phidget com.phidgets.event.ErrorEvent.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 37 of file ErrorEvent.java.
String com.phidgets.event.ErrorEvent.toString | ( | ) | [inline] |
Returns a string containing information about the event.
Definition at line 56 of file ErrorEvent.java.
Definition at line 18 of file ErrorEvent.java.
Phidget com.phidgets.event.ErrorEvent.source [package] |
Definition at line 17 of file ErrorEvent.java.