cz.cuni.amis.pogamut.base.communication.mediator
Interface IMediator

All Superinterfaces:
IComponent
All Known Implementing Classes:
Mediator

public interface IMediator
extends IComponent


Method Summary
 void setConsumer(IWorldChangeEventInput consumer)
           
 
Methods inherited from interface cz.cuni.amis.pogamut.base.component.IComponent
getComponentId
 

Method Detail

setConsumer

void setConsumer(IWorldChangeEventInput consumer)