Public Member Functions | |
String | getKey () |
Dictionary | getSource () |
String | getValue () |
KeyChangeEvent (Dictionary source, String key, String value) | |
String | toString () |
Package Attributes | |
String | key |
Dictionary | source |
String | value |
This class represents the data for a KeyChangeEvent.
Definition at line 14 of file KeyChangeEvent.java.
com.phidgets.event.KeyChangeEvent.KeyChangeEvent | ( | Dictionary | source, |
String | key, | ||
String | value | ||
) | [inline] |
Class constructor. This is called internally by the Dictionary library when creating this event.
source | the Dictionary object from which this event originated |
Definition at line 25 of file KeyChangeEvent.java.
String com.phidgets.event.KeyChangeEvent.getKey | ( | ) | [inline] |
Definition at line 43 of file KeyChangeEvent.java.
Dictionary com.phidgets.event.KeyChangeEvent.getSource | ( | ) | [inline] |
Returns the source Dictionary of this event. This is a reference to the Dictionary object from which this event was called. This object can be cast into a specific type of Dictionary object to call specific device calls on it.
Definition at line 39 of file KeyChangeEvent.java.
String com.phidgets.event.KeyChangeEvent.getValue | ( | ) | [inline] |
Definition at line 48 of file KeyChangeEvent.java.
String com.phidgets.event.KeyChangeEvent.toString | ( | ) | [inline] |
Returns a string containing information about the event.
Definition at line 58 of file KeyChangeEvent.java.
String com.phidgets.event.KeyChangeEvent.key [package] |
Definition at line 18 of file KeyChangeEvent.java.
Definition at line 16 of file KeyChangeEvent.java.
String com.phidgets.event.KeyChangeEvent.value [package] |
Definition at line 17 of file KeyChangeEvent.java.