Uses of Class
wiiusej.wiiuseapievents.IREvent

Packages that use IREvent
wiiusej.test   
wiiusej.utils   
wiiusej.wiiuseapievents   
 

Uses of IREvent in wiiusej.test
 

Methods in wiiusej.test with parameters of type IREvent
 void WiiuseJGuiTest.onIrEvent(IREvent arg0)
           
 void Tests.onIrEvent(IREvent e)
           
 

Uses of IREvent in wiiusej.utils
 

Methods in wiiusej.utils with parameters of type IREvent
 void OrientationPanel.onIrEvent(IREvent arg0)
           
 void IRPanel.onIrEvent(IREvent arg0)
           
 void GForcePanel.onIrEvent(IREvent arg0)
           
 void ButtonsEventPanel.onIrEvent(IREvent arg0)
           
 void AccelerationPanel.onIrEvent(IREvent arg0)
           
 

Uses of IREvent in wiiusej.wiiuseapievents
 

Fields in wiiusej.wiiuseapievents declared as IREvent
(package private)  IREvent GenericEvent.infraredEvent
           
 

Methods in wiiusej.wiiuseapievents that return IREvent
 IREvent GenericEvent.getIREvent()
          Get IR event.
 

Methods in wiiusej.wiiuseapievents with parameters of type IREvent
 void WiimoteListener.onIrEvent(IREvent e)
          Method called when an IR event occurs.