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

Package class diagram package 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)


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