wiiusej.wiiusejevents.wiiuseapievents
Class DisconnectionEvent

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

public class DisconnectionEvent
extends WiiUseApiEvent

Class representing a disconnection event.

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
DisconnectionEvent(int id)
          Construct the DisconnectionEvent 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

DisconnectionEvent

public DisconnectionEvent(int id)
Construct the DisconnectionEvent setting up the id.

Parameters:
id - the Wiimote id
Method Detail

toString

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