|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IWorldObjectEvent in cz.cuni.amis.pogamut.base.communication.worldview.object |
|---|
| Classes in cz.cuni.amis.pogamut.base.communication.worldview.object with type parameters of type IWorldObjectEvent | |
|---|---|
interface |
IWorldObjectEventListener<OBJECT extends IWorldObject,EVENT extends IWorldObjectEvent<OBJECT>>
Listens on object events. |
| Uses of IWorldObjectEvent in cz.cuni.amis.pogamut.base.communication.worldview.object.event |
|---|
| Classes in cz.cuni.amis.pogamut.base.communication.worldview.object.event that implement IWorldObjectEvent | |
|---|---|
class |
WorldObjectDestroyedEvent<T extends IWorldObject>
This event is raised by the WorldView whenever the object is removed from the world. |
class |
WorldObjectEvent<T extends IWorldObject>
Default world object event implementation wrapping some object inside the event. |
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 IWorldObjectEvent in cz.cuni.amis.pogamut.base.communication.worldview.react |
|---|
| Classes in cz.cuni.amis.pogamut.base.communication.worldview.react with type parameters of type IWorldObjectEvent | |
|---|---|
class |
ObjectEventReact<OBJECT extends IWorldObject,EVENT extends IWorldObjectEvent<OBJECT>>
This abstract class allows you to easily hook a specific event-handling behavior. |
class |
ObjectEventReactOnce<OBJECT extends IWorldObject,EVENT extends IWorldObjectEvent<OBJECT>>
This abstract class allows you to easily hook a specific event-handling behavior. |
| Uses of IWorldObjectEvent in cz.cuni.amis.pogamut.base3d.worldview |
|---|
| Methods in cz.cuni.amis.pogamut.base3d.worldview with parameters of type IWorldObjectEvent | |
|---|---|
void |
Vision.notify(IWorldObjectEvent<IViewable> event)
|
| Uses of IWorldObjectEvent in cz.cuni.amis.pogamut.base3d.worldview.object.event |
|---|
| Classes in cz.cuni.amis.pogamut.base3d.worldview.object.event that implement IWorldObjectEvent | |
|---|---|
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 | |||||||||