iris
Class IRReceiverWithUI

java.lang.Object
  extended by iris.IRReceiver
      extended by iris.IRReceiverWithUI

public class IRReceiverWithUI
extends IRReceiver

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.

Author:
Christophe Jacquet, Supelec, 2006

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

IRReceiverWithUI

public IRReceiverWithUI(ComWrapper cw)
Constructs a new IRReceiver, just as does IRReceiver's constructor. But in addition, it creates a user interface to display the list of currently detected badges.

Method Detail

main

public 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.

Parameters:
args - command line arguments