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

All Superinterfaces:
Event, IWorldChangeEvent
All Known Subinterfaces:
IGBWorldEvent
All Known Implementing Classes:
GBEvent, InitCommandRequest, ItemDescriptorObtained, ListObtained, MapListObtained, MapPointListObtained, MoverListObtained, MutatorListObtained, Path, PlayerListObtained, ReadyCommandRequest, TranslatorEvent, WorldEventIdentityWrapper

public interface IWorldEventWrapper
extends IWorldChangeEvent

Interface for classes wrapping the IWorldEvent.


Method Summary
 IWorldEvent getWorldEvent()
           
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent
getSimTime
 

Method Detail

getWorldEvent

IWorldEvent getWorldEvent()
Returns:
WorldEvent transported (wrapped) by this class