Public Member Functions | |
int | getIndex () |
Phidget | getSource () |
boolean | getState () |
OutputChangeEvent (Phidget source, int index, boolean state) | |
String | toString () |
Package Attributes | |
int | index |
Phidget | source |
boolean | state |
This class represents the data for a OutputChangeEvent.
Definition at line 14 of file OutputChangeEvent.java.
com.phidgets.event.OutputChangeEvent.OutputChangeEvent | ( | Phidget | source, |
int | index, | ||
boolean | state | ||
) | [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 OutputChangeEvent.java.
int com.phidgets.event.OutputChangeEvent.getIndex | ( | ) | [inline] |
Returns the index of the output.
Definition at line 47 of file OutputChangeEvent.java.
Phidget com.phidgets.event.OutputChangeEvent.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 38 of file OutputChangeEvent.java.
boolean com.phidgets.event.OutputChangeEvent.getState | ( | ) | [inline] |
Returns the state of the output. True indicated that the output is active, False indicated the default inactive state.
Definition at line 56 of file OutputChangeEvent.java.
String com.phidgets.event.OutputChangeEvent.toString | ( | ) | [inline] |
Returns a string containing information about the event.
Definition at line 65 of file OutputChangeEvent.java.
int com.phidgets.event.OutputChangeEvent.index [package] |
Definition at line 17 of file OutputChangeEvent.java.
Definition at line 16 of file OutputChangeEvent.java.
boolean com.phidgets.event.OutputChangeEvent.state [package] |
Definition at line 18 of file OutputChangeEvent.java.