|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.phidgets.event.CodeEvent
This class represents the data for a CodeEvent.
| Constructor Summary | |
CodeEvent(Phidget source,
IRCode code,
boolean repeat)
Class constructor. |
|
| Method Summary | |
IRCode |
getCode()
Returns the code. |
boolean |
getRepeat()
Returns the repeat identifier. |
Phidget |
getSource()
Returns the source Phidget of this event. |
java.lang.String |
toString()
Returns a string containing information about the event. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CodeEvent(Phidget source,
IRCode code,
boolean repeat)
source - the Phidget object from which this event originatedcode - the IR coderepeat - whether the code is a repeat| Method Detail |
public Phidget getSource()
public IRCode getCode()
public boolean getRepeat()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||