cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects
Class TestSharedViewableObjectImpl.TestSharedViewableObjectUpdatedEvent

Package class diagram package TestSharedViewableObjectImpl.TestSharedViewableObjectUpdatedEvent
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.TestSharedViewableObjectImpl.TestSharedViewableObjectUpdatedEvent
All Implemented Interfaces:
IWorldChangeEvent, ISharedWorldObjectUpdatedEvent, cz.cuni.amis.utils.listener.Event
Enclosing class:
TestSharedViewableObjectImpl

public static class TestSharedViewableObjectImpl.TestSharedViewableObjectUpdatedEvent
extends Object
implements ISharedWorldObjectUpdatedEvent


Constructor Summary
TestSharedViewableObjectImpl.TestSharedViewableObjectUpdatedEvent(TestSharedViewableObject obj, long time, ITeamId teamId)
           
 
Method Summary
 Class getCompositeObjectClass()
           
 WorldObjectId getId()
           
 Collection<ISharedPropertyUpdatedEvent> getPropertyEvents()
           
 long getSimTime()
           
 ITeamId getTeamId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSharedViewableObjectImpl.TestSharedViewableObjectUpdatedEvent

public TestSharedViewableObjectImpl.TestSharedViewableObjectUpdatedEvent(TestSharedViewableObject obj,
                                                                         long time,
                                                                         ITeamId teamId)
Method Detail

getSimTime

public long getSimTime()
Specified by:
getSimTime in interface IWorldChangeEvent

getId

public WorldObjectId getId()
Specified by:
getId in interface ISharedWorldObjectUpdatedEvent

getTeamId

public ITeamId getTeamId()
Specified by:
getTeamId in interface ISharedWorldObjectUpdatedEvent

getPropertyEvents

public Collection<ISharedPropertyUpdatedEvent> getPropertyEvents()
Specified by:
getPropertyEvents in interface ISharedWorldObjectUpdatedEvent

getCompositeObjectClass

public Class getCompositeObjectClass()
Specified by:
getCompositeObjectClass in interface ISharedWorldObjectUpdatedEvent


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