cz.cuni.amis.pogamut.base.communication.worldview.event
Interface IWorldEvent

Package class diagram package IWorldEvent
All Superinterfaces:
cz.cuni.amis.utils.listener.Event
All Known Subinterfaces:
IWorldObjectEvent<OBJECT>
All Known Implementing Classes:
CommEvent, WorldEventIdentityWrapper, WorldObjectAppearedEvent, WorldObjectDestroyedEvent, WorldObjectDisappearedEvent, WorldObjectEvent, WorldObjectFirstEncounteredEvent, WorldObjectUpdatedEvent

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

General interface for events occurring in the world.

Source of these events is IWorldView.

Author:
ik, srlok

Method Summary
 long getSimTime()
          Returns the simulation time when the event has occurred.
 

Method Detail

getSimTime

long getSimTime()
Returns the simulation time when the event has occurred.

Returns:


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