public abstract class GameEvent
extends java.lang.Object
implements java.io.Serializable
jpleal@fc.up.pt| Constructor and Description |
|---|
GameEvent() |
GameEvent(java.lang.String gameId)
Create an instance with given id.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGameID()
The id of game instance that originated this event.
|