visidia.simulation.playrec
Class ReplayInfo

java.lang.Object
  extended by visidia.simulation.playrec.ReplayInfo

public class ReplayInfo
extends java.lang.Object

The Class ReplayInfo.


Constructor Summary
ReplayInfo()
          Instantiates a new replay info.
 
Method Summary
 java.lang.Object nextMessage()
          Gets the next message.
 boolean read(java.io.ObjectInputStream objectIS)
          Read the input stream containing replay info.
 void rewind()
          Rewind.
 void setConsole(Console console)
          Sets the console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplayInfo

public ReplayInfo()
Instantiates a new replay info.

Method Detail

read

public boolean read(java.io.ObjectInputStream objectIS)
Read the input stream containing replay info.

Parameters:
objectIS - the object is

nextMessage

public java.lang.Object nextMessage()
Gets the next message.

Returns:
the message if any, or null

rewind

public void rewind()
Rewind.


setConsole

public void setConsole(Console console)
Sets the console.

Parameters:
console - the new console