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

Package class diagram package ISharedPropertyUpdatedEvent
All Superinterfaces:
cz.cuni.amis.utils.listener.Event, IWorldChangeEvent
All Known Implementing Classes:
AbstractSharedProperty.GenericPropertyUpdate

public interface ISharedPropertyUpdatedEvent
extends IWorldChangeEvent

Author:
srlok

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)


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