cz.cuni.amis.pogamut.base.agent.module.comm
Class CommEvent

Package class diagram package CommEvent
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.agent.module.comm.CommEvent
All Implemented Interfaces:
IWorldChangeEvent, IWorldEvent, cz.cuni.amis.utils.listener.Event

public class CommEvent
extends Object
implements IWorldChangeEvent, IWorldEvent


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

Constructor Detail

CommEvent

public CommEvent()

CommEvent

public CommEvent(long simTime)
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
Specified by:
getSimTime in interface IWorldEvent
Returns:
timestamp


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.