Uses of Interface
wiiusej.wiiusejevents.utils.WiiUseApiListener

Packages that use WiiUseApiListener
wiiusej   
 

Uses of WiiUseApiListener in wiiusej
 

Classes in wiiusej that implement WiiUseApiListener
 class Wiimote
          Class that represents a wiimote.
 

Methods in wiiusej that return WiiUseApiListener
protected  WiiUseApiListener[] WiiUseApiManager.getWiiUseApiListeners()
          Get the list of WiiUseApiListeners.
 

Methods in wiiusej with parameters of type WiiUseApiListener
protected  void WiiUseApiManager.addWiiUseApiListener(WiiUseApiListener listener)
          Add WiiUseApiListener to the listeners list.
protected  void WiiUseApiManager.removeWiiUseApiListener(WiiUseApiListener listener)
          Remove WiiUseApiListener from the listeners list.