Uses of Class
wiiusej.wiiuseapievents.WiiUseApiEvent

Packages that use WiiUseApiEvent
wiiusej   
wiiusej.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.wiiuseapievents
 

Subclasses of WiiUseApiEvent in wiiusej.wiiuseapievents
 class DisconnectionEvent
          Class representing a disconnection event.
 class GenericEvent
          Class that is a bean to be filled by the wiiuse API.
 class StatusEvent
          Class used to represent a status event.
 

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

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

Methods in wiiusej.wiiuseapievents 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.