|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.VehicleSharedImpl.VehicleSharedUpdate
public static class VehicleSharedImpl.VehicleSharedUpdate
Constructor Summary | |
---|---|
VehicleSharedImpl.VehicleSharedUpdate(VehicleShared data,
long time,
ITeamId teamId)
|
Method Summary | |
---|---|
java.lang.Class |
getCompositeObjectClass()
This is required by SharedWorldView because objects might not have any sharedProperties but the SharedPart will still be required. |
WorldObjectId |
getId()
|
java.util.Collection<ISharedPropertyUpdatedEvent> |
getPropertyEvents()
|
long |
getSimTime()
Time when the change has happened inside the environment. |
ITeamId |
getTeamId()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleSharedImpl.VehicleSharedUpdate(VehicleShared data, long time, ITeamId teamId)
Method Detail |
---|
public long getSimTime()
IWorldChangeEvent
getSimTime
in interface IWorldChangeEvent
public WorldObjectId getId()
getId
in interface ISharedWorldObjectUpdatedEvent
public ITeamId getTeamId()
getTeamId
in interface ISharedWorldObjectUpdatedEvent
public java.lang.Class getCompositeObjectClass()
ISharedWorldObjectUpdatedEvent
getCompositeObjectClass
in interface ISharedWorldObjectUpdatedEvent
public java.util.Collection<ISharedPropertyUpdatedEvent> getPropertyEvents()
getPropertyEvents
in interface ISharedWorldObjectUpdatedEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |