|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.cb.jset.client.GameEvent
Represents game events, including start
and end
.
Field Summary | |
static int |
END
Used to identify game ends. |
static int |
START
Used to identify game starts. |
Constructor Summary | |
GameEvent(int type)
Constructs a game event given the specified type. |
Method Summary | |
int |
getType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int START
public static final int END
Constructor Detail |
public GameEvent(int type)
type
- the type of the event.Method Detail |
public int getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |