Uses of Class
wiiusej.wiiusejevents.GenericEvent

Packages that use GenericEvent
wiiusej.utils   
wiiusej.wiiusejevents.physicalevents   
wiiusej.wiiusejevents.wiiuseapievents   
 

Uses of GenericEvent in wiiusej.utils
 

Methods in wiiusej.utils with parameters of type GenericEvent
private  void OrientationPanel.draw(GenericEvent arg0)
           
private  void GForcePanel.draw(GenericEvent arg0)
           
private  void AccelerationPanel.draw(GenericEvent arg0)
           
 GForce GForceWiimoteEventPanel.getGForceValue(GenericEvent e)
           
abstract  GForce GForcePanel.getGForceValue(GenericEvent e)
           
 GForce GForceExpansionEventPanel.getGForceValue(GenericEvent e)
           
 Orientation OrientationWiimoteEventPanel.getOrientationValue(GenericEvent e)
           
abstract  Orientation OrientationPanel.getOrientationValue(GenericEvent e)
           
 Orientation OrientationExpansionEventPanel.getOrientationValue(GenericEvent e)
           
 RawAcceleration AccelerationWiimoteEventPanel.getRawAccelerationValue(GenericEvent e)
           
abstract  RawAcceleration AccelerationPanel.getRawAccelerationValue(GenericEvent e)
           
 RawAcceleration AccelerationExpansionEventPanel.getRawAccelerationValue(GenericEvent e)
           
 

Uses of GenericEvent in wiiusej.wiiusejevents.physicalevents
 

Subclasses of GenericEvent in wiiusej.wiiusejevents.physicalevents
 class ButtonsEvent
          Class which represents a buttons event.
 class ExpansionEvent
          Mother Class of all expansions event.
 class IREvent
          Class which represents an IR event.
 class JoystickEvent
          Class that stores values on a joystick Event.
 class MotionSensingEvent
          Class which represents a motion sensing event.
 class NunchukButtonsEvent
          Class which represents a buttons event for a generic event.
 class NunchukEvent
          This class represents the values from the joystick and its events.
 class WiimoteButtonsEvent
          Class which represents a buttons event for a generic event.
 

Uses of GenericEvent in wiiusej.wiiusejevents.wiiuseapievents
 

Subclasses of GenericEvent 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.
 class WiiUseApiEvent
          This class describes the structure of an event from the WiiUse API event.