wiiusej.wiiuseapievents
Interface WiiUseApiListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
Wiimote

public interface WiiUseApiListener
extends java.util.EventListener

This is the interface to implement to listen to events from the wiiuse API.

Author:
guiguito

Method Summary
 void onWiiUseApiEvent(WiiUseApiEvent e)
          Method called when a WiiUseApiEvent occurs.
 

Method Detail

onWiiUseApiEvent

void onWiiUseApiEvent(WiiUseApiEvent e)
Method called when a WiiUseApiEvent occurs. A WiiUseApiEvent can be : - GenericEvent (Storing ButtonsEvent and eventually IREvent and MotionSensingEvent) - StatusEvent - DisconnectionEvent

Parameters:
e -