Uses of Class
wiiusej.wiiusejevents.wiiuseapievents.WiiUseApiEvent

Packages that use WiiUseApiEvent
wiiusej   
wiiusej.wiiusejevents.utils   
wiiusej.wiiusejevents.wiiuseapievents   
 

Uses of WiiUseApiEvent in wiiusej
 

Methods in wiiusej with parameters of type WiiUseApiEvent
private  void WiiUseApiManager.notifyWiiUseApiListener(WiiUseApiEvent evt)
          Notify WiiUseApiListeners that an event occured.
 void Wiimote.onWiiUseApiEvent(WiiUseApiEvent e)
          Method called when a WiiUseApiEvent occurs.
 

Uses of WiiUseApiEvent in wiiusej.wiiusejevents.utils
 

Fields in wiiusej.wiiusejevents.utils declared as WiiUseApiEvent
private  WiiUseApiEvent[] EventsGatherer.events
           
 

Methods in wiiusej.wiiusejevents.utils that return WiiUseApiEvent
 WiiUseApiEvent[] EventsGatherer.getEvents()
          Return an array containing the events.
 

Methods in wiiusej.wiiusejevents.utils with parameters of type WiiUseApiEvent
private  void EventsGatherer.addEvent(WiiUseApiEvent e)
          Add an event to the array.
 void WiiUseApiListener.onWiiUseApiEvent(WiiUseApiEvent e)
          Method called when a WiiUseApiEvent occurs.
 

Uses of WiiUseApiEvent in wiiusej.wiiusejevents.wiiuseapievents
 

Subclasses of WiiUseApiEvent in wiiusej.wiiusejevents.wiiuseapievents
 class DisconnectionEvent
          Class representing a disconnection event.
 class NunchukInsertedEvent
          Event that represents the connection of a nunchuk to a wiimote.
 class NunchukRemovedEvent
          Event that represents the connection of a nunchuk to a wiimote.
 class StatusEvent
          Class used to represent a status event.
 class WiimoteEvent
          Class that is a bean to be filled by the wiiuse API on an event that occurs on a wiimote.