|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.phidgets.event.ErrorEvent
This class represents the data for a ErrorEvent.
Constructor Summary | |
ErrorEvent(Phidget source,
PhidgetException ex)
Class constructor. |
Method Summary | |
PhidgetException |
getException()
Returns the exception that describes the error. |
Phidget |
getSource()
Returns the source Phidget of this event. |
java.lang.String |
toString()
Returns a string containing information about the event. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ErrorEvent(Phidget source, PhidgetException ex)
source
- the Phidget object from which this event originatedMethod Detail |
public Phidget getSource()
public PhidgetException getException()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |