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

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

public static class Player.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
IWorldObjectUpdatedEvent.DestroyWorldObject
 
Constructor Summary
Player.ObjectDisappeared(IWorldObject orig)
           
 
Method Summary
 WorldObjectId getId()
           
 IWorldObject getObject()
           
 long getSimTime()
           
 String toString()
           
 IWorldObjectUpdateResult update(IWorldObject obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Player.ObjectDisappeared

public Player.ObjectDisappeared(IWorldObject orig)
Method Detail

getId

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

getSimTime

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

update

public IWorldObjectUpdateResult update(IWorldObject obj)
Specified by:
update in interface IWorldObjectUpdatedEvent

getObject

public IWorldObject getObject()

toString

public String toString()
Overrides:
toString in class Object


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