|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorldObjectEvent | |
|---|---|
| cz.cuni.amis.pogamut.base.communication.worldview.object.event | |
| cz.cuni.amis.pogamut.base3d.worldview.object.event | |
| Uses of WorldObjectEvent in cz.cuni.amis.pogamut.base.communication.worldview.object.event |
|---|
| Subclasses of WorldObjectEvent in cz.cuni.amis.pogamut.base.communication.worldview.object.event | |
|---|---|
class |
WorldObjectDestroyedEvent<T extends IWorldObject>
This event is raised by the WorldView whenever the object is removed from the world. |
class |
WorldObjectFirstEncounteredEvent<T extends IWorldObject>
This event is raised by WorldView whenever new object appears in the worldview. |
class |
WorldObjectUpdatedEvent<T extends IWorldObject>
This event is raised by WorldView whenever the object is updated (possibly one of it's fields has changed - warning it's not neccesery the object's field might be updated to the same value). |
| Uses of WorldObjectEvent in cz.cuni.amis.pogamut.base3d.worldview.object.event |
|---|
| Subclasses of WorldObjectEvent in cz.cuni.amis.pogamut.base3d.worldview.object.event | |
|---|---|
class |
WorldObjectAppearedEvent<T extends IViewable>
This event is raised when the object becomes visible. |
class |
WorldObjectDisappearedEvent<T extends IViewable>
* This event is raised when the object leaves field of view. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||