wiiusej.wiiusejevents.wiiuseapievents
Class NunchukRemovedEvent

java.lang.Object
  extended by wiiusej.wiiusejevents.GenericEvent
      extended by wiiusej.wiiusejevents.wiiuseapievents.WiiUseApiEvent
          extended by wiiusej.wiiusejevents.wiiuseapievents.NunchukRemovedEvent

public class NunchukRemovedEvent
extends WiiUseApiEvent

Event that represents the connection of a nunchuk to a wiimote.

Author:
guiguito

Field Summary
 
Fields inherited from class wiiusej.wiiusejevents.wiiuseapievents.WiiUseApiEvent
DISCONNECTION_EVENT, GENERIC_EVENT, NONE_EVENT, STATUS_EVENT, WIIUSE_CLASSIC_CTRL_INSERTED, WIIUSE_CLASSIC_CTRL_REMOVED, WIIUSE_GUITAR_HERO_3_CTRL_INSERTED, WIIUSE_GUITAR_HERO_3_CTRL_REMOVED, WIIUSE_NUNCHUK_INSERTED, WIIUSE_NUNCHUK_REMOVED, WIIUSE_READ_DATA
 
Constructor Summary
NunchukRemovedEvent(int id)
          Construct the NunchukInsertedEvent setting up the id.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class wiiusej.wiiusejevents.wiiuseapievents.WiiUseApiEvent
getEventType
 
Methods inherited from class wiiusej.wiiusejevents.GenericEvent
getWiimoteId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NunchukRemovedEvent

public NunchukRemovedEvent(int id)
Construct the NunchukInsertedEvent setting up the id.

Parameters:
id - id of the wiimote.
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in class WiiUseApiEvent