|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgui.RecordingPlayer
public class RecordingPlayer
Class for playing recordings.
Field Summary | |
---|---|
private MapImporter |
importer
the map importer |
private int |
index
the index of the current log event |
private Log |
log
the log file |
private Map |
map
the map |
private long |
startTime
the time that the replay starts |
Constructor Summary | |
---|---|
RecordingPlayer(Log log,
Map map,
MapImporter importer)
Constructs a recording player. |
Method Summary | |
---|---|
void |
play()
Replays the events in the log file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int index
private Log log
private long startTime
private Map map
private MapImporter importer
Constructor Detail |
---|
public RecordingPlayer(Log log, Map map, MapImporter importer)
log
- - the log filemap
- - the mapimporter
- - the map importerMethod Detail |
---|
public void play()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |