cz.cuni.amis.pogamut.base.communication.translator.event
Interface IWorldChangeEvent

Package class diagram package IWorldChangeEvent
All Superinterfaces:
cz.cuni.amis.utils.listener.Event
All Known Subinterfaces:
IBatchEndEvent, ICompositeWorldObjectUpdatedEvent, ILocalWorldObjectUpdatedEvent, ISharedPropertyUpdatedEvent, ISharedWorldObjectUpdatedEvent, IStaticWorldObjectUpdatedEvent, IWorldEventWrapper, IWorldObjectUpdatedEvent
All Known Implementing Classes:
AbstractSharedProperty.GenericPropertyUpdate, CommEvent, IBatchEndEvent.BatchEndEventStub, IWorldObjectUpdatedEvent.DestroyWorldObject, SharedBatchBeginEvent, SharedBatchFinishedEvent, WorldEventIdentityWrapper

public interface IWorldChangeEvent
extends cz.cuni.amis.utils.listener.Event

Marker interface for every world event that can be sensed from the world.

That means the events between IWorldMessageTranslator (it outputs them) and IWorldView (it accepts them).

Author:
Jimmy4, srlok

Method Summary
 long getSimTime()
          Time when the change has happened inside the environment.
 

Method Detail

getSimTime

long getSimTime()
Time when the change has happened inside the environment.

Returns:
timestamp


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