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