cz.cuni.amis.pogamut.base3d.worldview.object.event
Class WorldObjectAppearedEvent<T extends IViewable>

Package class diagram package WorldObjectAppearedEvent
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectEvent<T>
      extended by cz.cuni.amis.pogamut.base3d.worldview.object.event.WorldObjectAppearedEvent<T>
All Implemented Interfaces:
IWorldEvent, IWorldObjectEvent<T>, cz.cuni.amis.utils.listener.Event

public class WorldObjectAppearedEvent<T extends IViewable>
extends WorldObjectEvent<T>

This event is raised when the object becomes visible. WorldObjectUpdated event will be also fired.

Author:
ik

Constructor Summary
WorldObjectAppearedEvent(T o, long simTime)
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectEvent
getId, getObject, getSimTime, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorldObjectAppearedEvent

public WorldObjectAppearedEvent(T o,
                                long simTime)


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