Public Member Functions | |
int | getIndex () |
Phidget | getSource () |
double | getValue () |
StepperVelocityChangeEvent (Phidget source, int index, double value) | |
String | toString () |
Package Attributes | |
int | index |
Phidget | source |
double | value |
This class represents the data for a StepperVelocityChangeEvent.
Definition at line 14 of file StepperVelocityChangeEvent.java.
com.phidgets.event.StepperVelocityChangeEvent.StepperVelocityChangeEvent | ( | Phidget | source, |
int | index, | ||
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 25 of file StepperVelocityChangeEvent.java.
int com.phidgets.event.StepperVelocityChangeEvent.getIndex | ( | ) | [inline] |
Returns the index of the Stepper.
Definition at line 47 of file StepperVelocityChangeEvent.java.
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 38 of file StepperVelocityChangeEvent.java.
double com.phidgets.event.StepperVelocityChangeEvent.getValue | ( | ) | [inline] |
Return the velocity of the Stepper. This is reported back from the Stepper controller as the Stepper changes speed.
Definition at line 56 of file StepperVelocityChangeEvent.java.
String com.phidgets.event.StepperVelocityChangeEvent.toString | ( | ) | [inline] |
Returns a string containing information about the event.
Definition at line 65 of file StepperVelocityChangeEvent.java.
int com.phidgets.event.StepperVelocityChangeEvent.index [package] |
Definition at line 17 of file StepperVelocityChangeEvent.java.
Definition at line 16 of file StepperVelocityChangeEvent.java.
double com.phidgets.event.StepperVelocityChangeEvent.value [package] |
Definition at line 18 of file StepperVelocityChangeEvent.java.