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