cz.cuni.amis.pogamut.multi.communication.translator.event
Interface ILocalWorldObjectUpdatedEvent

Package class diagram package ILocalWorldObjectUpdatedEvent
All Superinterfaces:
cz.cuni.amis.utils.listener.Event, IWorldChangeEvent

public interface ILocalWorldObjectUpdatedEvent
extends IWorldChangeEvent

Author:
srlok

Method Summary
 WorldObjectId getId()
           
 IWorldObjectUpdateResult<ILocalWorldObject> update(ILocalWorldObject object)
           
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent
getSimTime
 

Method Detail

getId

WorldObjectId getId()

update

IWorldObjectUpdateResult<ILocalWorldObject> update(ILocalWorldObject object)


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