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

All Superinterfaces:
Event, IWorldChangeEvent
All Known Implementing Classes:
AbstractSharedProperty.GenericPropertyUpdate

public interface ISharedPropertyUpdatedEvent
extends IWorldChangeEvent


Method Summary
 WorldObjectId getObjectId()
           
 PropertyId getPropertyId()
           
 ITeamId getTeamId()
           
 ISharedPropertyUpdateResult update(ISharedProperty property)
           
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent
getSimTime
 

Method Detail

getObjectId

WorldObjectId getObjectId()

getPropertyId

PropertyId getPropertyId()

getTeamId

ITeamId getTeamId()

update

ISharedPropertyUpdateResult update(ISharedProperty property)