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