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

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

public interface IStaticWorldObjectUpdatedEvent
extends IWorldChangeEvent


Method Summary
 WorldObjectId getId()
           
 IWorldObjectUpdateResult<IStaticWorldObject> update(IStaticWorldObject object)
          Only possible results are CREATED, DESTROYED or SAME static objects remain the same so they cannot be updated.
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent
getSimTime
 

Method Detail

update

IWorldObjectUpdateResult<IStaticWorldObject> update(IStaticWorldObject object)
Only possible results are CREATED, DESTROYED or SAME static objects remain the same so they cannot be updated.

Returns:

getId

WorldObjectId getId()


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