|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IWorldEvent in cz.cuni.amis.pogamut.base.agent.module.comm |
|---|
| Classes in cz.cuni.amis.pogamut.base.agent.module.comm that implement IWorldEvent | |
|---|---|
class |
CommEvent
|
| Uses of IWorldEvent in cz.cuni.amis.pogamut.base.communication.translator.event |
|---|
| Classes in cz.cuni.amis.pogamut.base.communication.translator.event that implement IWorldEvent | |
|---|---|
class |
WorldEventIdentityWrapper
Simplest WorldChangeEvent to WorldEvent adapter. |
| Methods in cz.cuni.amis.pogamut.base.communication.translator.event that return IWorldEvent | |
|---|---|
IWorldEvent |
IWorldEventWrapper.getWorldEvent()
|
IWorldEvent |
WorldEventIdentityWrapper.getWorldEvent()
|
| Uses of IWorldEvent in cz.cuni.amis.pogamut.base.communication.worldview.event |
|---|
| Classes in cz.cuni.amis.pogamut.base.communication.worldview.event with type parameters of type IWorldEvent | |
|---|---|
interface |
IWorldEventListener<EVENT extends IWorldEvent>
Abstract listener that listens for world events. |
class |
WorldEventFuture<T extends IWorldEvent>
Use this if you want to wait for first appearance of some IWorldObject with known string ID. |
| Uses of IWorldEvent in cz.cuni.amis.pogamut.base.communication.worldview.impl |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.worldview.impl with parameters of type IWorldEvent | |
|---|---|
protected void |
AbstractWorldView.raiseEvent(IWorldEvent event)
Process new IWorldEvent - notify all the listeners about it. |
protected void |
EventDrivenWorldView.raiseEvent(IWorldEvent event)
Catches exceptions. |
| Uses of IWorldEvent in cz.cuni.amis.pogamut.base.communication.worldview.object |
|---|
| Subinterfaces of IWorldEvent in cz.cuni.amis.pogamut.base.communication.worldview.object | |
|---|---|
interface |
IWorldObjectEvent<OBJECT extends IWorldObject>
IWorldObject related event. |
| Uses of IWorldEvent in cz.cuni.amis.pogamut.base.communication.worldview.object.event |
|---|
| Classes in cz.cuni.amis.pogamut.base.communication.worldview.object.event that implement IWorldEvent | |
|---|---|
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 IWorldEvent in cz.cuni.amis.pogamut.base.communication.worldview.react |
|---|
| Classes in cz.cuni.amis.pogamut.base.communication.worldview.react with type parameters of type IWorldEvent | |
|---|---|
class |
EventReact<EVENT extends IWorldEvent>
This abstract class allows you to easily hook a specific event-handling behavior. |
class |
EventReactOnce<EVENT extends IWorldEvent>
This abstract class allows you to easily hook a specific event-handling behavior. |
| Uses of IWorldEvent in cz.cuni.amis.pogamut.base3d.worldview.object.event |
|---|
| Classes in cz.cuni.amis.pogamut.base3d.worldview.object.event that implement IWorldEvent | |
|---|---|
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. |
| Uses of IWorldEvent in cz.cuni.amis.pogamut.multi.communication.worldview.impl |
|---|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl with parameters of type IWorldEvent | |
|---|---|
protected void |
AbstractSharedWorldView.raiseEvent(IWorldEvent event)
Process new IWorldEvent - notify all the listeners about it. |
protected void |
AbstractLocalWorldView.raiseEvent(IWorldEvent event)
Process new IWorldEvent - notify all the listeners about it. |
protected void |
EventDrivenSharedWorldView.raiseEvent(IWorldEvent event)
Catches exceptions. |
protected void |
EventDrivenLocalWorldView.raiseEvent(IWorldEvent event)
Catches exceptions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||