|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.amis.pogamut.base.communication.messages.InfoMessage cz.cuni.amis.pogamut.ut2004.communication.messages.GBObjectUpdate cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Item.ItemUpdate
public static class Item.ItemUpdate
Constructor Summary | |
---|---|
Item.ItemUpdate(Item source,
long eventTime,
ITeamId teamId)
|
Method Summary | |
---|---|
WorldObjectId |
getId()
Returns WorldObjectId of the updatedObject. |
ILocalWorldObjectUpdatedEvent |
getLocalEvent()
Returns the event updating the local part of the object. |
IWorldObject |
getObject()
Instance of the object. |
ISharedWorldObjectUpdatedEvent |
getSharedEvent()
Returns the event updating the shared part of the object. |
long |
getSimTime()
Time when the change has happened inside the environment. |
IStaticWorldObjectUpdatedEvent |
getStaticEvent()
Returns the update related to the static part of the object. |
Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Item.ItemUpdate(Item source, long eventTime, ITeamId teamId)
Method Detail |
---|
public long getSimTime()
IWorldChangeEvent
getSimTime
in interface IWorldChangeEvent
getSimTime
in interface IWorldEvent
public IWorldObject getObject()
IWorldObjectEvent
getObject
in interface IWorldObjectEvent
public WorldObjectId getId()
ICompositeWorldObjectUpdatedEvent
getId
in interface IWorldObjectEvent
getId
in interface ICompositeWorldObjectUpdatedEvent
public ILocalWorldObjectUpdatedEvent getLocalEvent()
ICompositeWorldObjectUpdatedEvent
getLocalEvent
in interface ICompositeWorldObjectUpdatedEvent
public ISharedWorldObjectUpdatedEvent getSharedEvent()
ICompositeWorldObjectUpdatedEvent
getSharedEvent
in interface ICompositeWorldObjectUpdatedEvent
public IStaticWorldObjectUpdatedEvent getStaticEvent()
ICompositeWorldObjectUpdatedEvent
getStaticEvent
in interface ICompositeWorldObjectUpdatedEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |