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

All Superinterfaces:
IComponent, ISharedComponent
All Known Subinterfaces:
ISharedWorldView
All Known Implementing Classes:
AbstractSharedWorldView, BatchAwareSharedWorldView, EventDrivenSharedWorldView, UT2004BatchAwareSharedWorldView

public interface ISharedWorldChangeEventInput
extends ISharedComponent


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