public class GameResumed extends GBEvent implements cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent, cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
| Constructor and Description |
|---|
GameResumed()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package).
|
GameResumed(GameResumed original)
Cloning constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getSimTime() |
String |
toHtmlString() |
String |
toString() |
getWorldEventpublic static final String PROTOTYPE
public GameResumed(GameResumed original)
public GameResumed()
public long getSimTime()
getSimTime in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEventgetSimTime in interface cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventgetSimTime in class GBEventpublic String toString()
toString in class cz.cuni.amis.pogamut.base.communication.messages.InfoMessagepublic String toHtmlString()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.