cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages
Class Item.ObjectDisappeared

Package class diagram package Item.ObjectDisappeared
java.lang.Object
  extended by cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.Item.ObjectDisappeared
All Implemented Interfaces:
cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent, cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdatedEvent, IGBWorldObjectDisappeared, IGBWorldObjectEvent, cz.cuni.amis.utils.listener.Event
Enclosing class:
Item

public static class Item.ObjectDisappeared
extends Object
implements IGBWorldObjectDisappeared

Used to drop Visible flag from the object.


Nested Class Summary
 
Nested classes/interfaces inherited from interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdatedEvent
cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdatedEvent.DestroyWorldObject
 
Constructor Summary
Item.ObjectDisappeared(cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject orig)
           
 
Method Summary
 cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId getId()
           
 cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject getObject()
           
 long getSimTime()
           
 String toString()
           
 cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult update(cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Item.ObjectDisappeared

public Item.ObjectDisappeared(cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject orig)
Method Detail

getId

public cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId getId()
Specified by:
getId in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdatedEvent

getSimTime

public long getSimTime()
Specified by:
getSimTime in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent

update

public cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult update(cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject obj)
Specified by:
update in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdatedEvent

getObject

public cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject getObject()

toString

public String toString()
Overrides:
toString in class Object


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