|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.replay.core.AbstractVoogaReplay
vooga.replay.core.UserActionReplay
public class UserActionReplay
This class represents the method of replay which resimulates all the user actions.
Nested Class Summary | |
---|---|
class |
UserActionReplay.HumanFireer
|
class |
UserActionReplay.NetworkFireer
|
Constructor Summary | |
---|---|
UserActionReplay(java.lang.String user,
java.lang.String uniqueGameName,
GameEngine inputGameEngine)
|
Method Summary | |
---|---|
void |
replay(long time)
This method starts replaying the game at the specified time. |
void |
timeUpdated(TimeUpdateEvent t)
Receives an TimeUpdateEvent for the implementing class to
process. |
Methods inherited from class vooga.replay.core.AbstractVoogaReplay |
---|
getGame, getUser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserActionReplay(java.lang.String user, java.lang.String uniqueGameName, GameEngine inputGameEngine)
Method Detail |
---|
public void replay(long time)
AbstractVoogaReplay
replay
in class AbstractVoogaReplay
public void timeUpdated(TimeUpdateEvent t)
TimeListener
TimeUpdateEvent
for the implementing class to
process.
timeUpdated
in interface TimeListener
timeUpdated
in class AbstractVoogaReplay
t
- is the TimeUpdateEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |