|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwiiusej.wiiusejevents.GenericEvent
public abstract class GenericEvent
Abstract mother class representing an event with a wiimote id.
Field Summary | |
---|---|
private int |
wiimoteId
|
Constructor Summary | |
---|---|
GenericEvent(int id)
Construct the WiiUseApiEvent setting up the id. |
Method Summary | |
---|---|
int |
getWiimoteId()
Get Wiimote ID |
(package private) void |
setWiimoteId(int wiimoteId)
Set Wiimote ID |
abstract java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int wiimoteId
Constructor Detail |
---|
public GenericEvent(int id)
id
- the Wiimote idMethod Detail |
---|
public int getWiimoteId()
void setWiimoteId(int wiimoteId)
wiimoteId
- id of the wiimotepublic abstract java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |