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

All Superinterfaces:
IComponent
All Known Implementing Classes:
WorldMessageTranslator

public interface IWorldChangeEventOutput
extends IComponent

Interface providing events from the world.


Method Summary
 IWorldChangeEvent getEvent()
          Returns next event of the world.
 
Methods inherited from interface cz.cuni.amis.pogamut.base.component.IComponent
getComponentId
 

Method Detail

getEvent

IWorldChangeEvent getEvent()
                           throws CommunicationException,
                                  ComponentNotRunningException
Returns next event of the world.

May block.

Returns:
Throws:
CommunicationException
ComponentNotRunningException