cz.cuni.amis.pogamut.multi.communication.worldview
Interface ISharedWorldChangeEventInput

Package class diagram package ISharedWorldChangeEventInput
All Superinterfaces:
IComponent, ISharedComponent
All Known Subinterfaces:
ISharedWorldView
All Known Implementing Classes:
AbstractSharedWorldView, BatchAwareSharedWorldView, EventDrivenSharedWorldView

public interface ISharedWorldChangeEventInput
extends ISharedComponent

General interface for shared components capable of processing events.

Author:
srlok

Method Summary
 void notify(IWorldChangeEvent event)
           
 
Methods inherited from interface cz.cuni.amis.pogamut.base.component.ISharedComponent
addComponentBus, removeComponentBus
 
Methods inherited from interface cz.cuni.amis.pogamut.base.component.IComponent
getComponentId
 

Method Detail

notify

void notify(IWorldChangeEvent event)
            throws ComponentNotRunningException,
                   ComponentPausedException
Throws:
ComponentNotRunningException
ComponentPausedException


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