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

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

public interface ISharedWorldObjectUpdatedEvent
extends IWorldChangeEvent

Author:
srlok

Method Summary
 Class getCompositeObjectClass()
          This is required by SharedWorldView because objects might not have any sharedProperties but the SharedPart will still be required.
 WorldObjectId getId()
           
 Collection<ISharedPropertyUpdatedEvent> getPropertyEvents()
           
 ITeamId getTeamId()
           
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent
getSimTime
 

Method Detail

getId

WorldObjectId getId()

getCompositeObjectClass

Class getCompositeObjectClass()
This is required by SharedWorldView because objects might not have any sharedProperties but the SharedPart will still be required.

Returns:

getTeamId

ITeamId getTeamId()

getPropertyEvents

Collection<ISharedPropertyUpdatedEvent> getPropertyEvents()


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