cz.cuni.amis.pogamut.multi.communication.messages
Class SharedBatchFinishedEvent

java.lang.Object
  extended by cz.cuni.amis.pogamut.multi.communication.messages.SharedBatchFinishedEvent
All Implemented Interfaces:
IWorldChangeEvent, Event

public class SharedBatchFinishedEvent
extends java.lang.Object
implements IWorldChangeEvent


Constructor Summary
SharedBatchFinishedEvent(long time)
           
 
Method Summary
 long getSimTime()
          Time when the change has happened inside the environment.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SharedBatchFinishedEvent

public SharedBatchFinishedEvent(long time)
Method Detail

getSimTime

public long getSimTime()
Description copied from interface: IWorldChangeEvent
Time when the change has happened inside the environment.

Specified by:
getSimTime in interface IWorldChangeEvent
Returns:
timestamp

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object