org.vigia.client
Interface IRListener

All Known Implementing Classes:
CoordinatesPrinter

public interface IRListener

The infrared event listener.

Version:
1.0 (20/11/08)
Author:
Ada

Method Summary
 void onIREvent(Coordinates c)
          Actions to do when the Wiimote detects a change in the position of the infrared leds.
 

Method Detail

onIREvent

void onIREvent(Coordinates c)
               throws VigiaClientException
Actions to do when the Wiimote detects a change in the position of the infrared leds.

Parameters:
c - the new coordinates of the Wiimote.
Throws:
VigiaClientException - error from the listener.