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

Package class diagram package IWorldChangeEventOutput
All Superinterfaces:
IComponent
All Known Implementing Classes:
WorldMessageTranslator

public interface IWorldChangeEventOutput
extends IComponent

Interface providing events from the world.

Author:
Jimmy

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


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