|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiris.IRReceiver
iris.IRReceiverWithUI
public class IRReceiverWithUI
This class is similar to IRReceiver
, except that it creates a
user interface (UI) showing the list of currently detected badges.
You may use IRReceiverWithUI
anyplace you would use
IRReceiver
. It has exactly the same programming interface.
Constructor Summary | |
---|---|
IRReceiverWithUI(ComWrapper cw)
Constructs a new IRReceiver, just as does IRReceiver's constructor. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
This main method launches a demonstration program that just consists of a UI displaying the list of currently detected badges. |
Methods inherited from class iris.IRReceiver |
---|
addMovementListener, getVersionId, removeMovementListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IRReceiverWithUI(ComWrapper cw)
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- command line arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |