Uses of Interface
org.commonreality.object.manager.event.IObjectEvent

Packages that use IObjectEvent
org.commonreality.object.manager.event   
org.commonreality.object.manager.impl   
org.commonreality.sensors.aural   
org.commonreality.sensors.handlers   
 

Uses of IObjectEvent in org.commonreality.object.manager.event
 

Classes in org.commonreality.object.manager.event that implement IObjectEvent
 class ObjectEvent<O extends ISimulationObject,L extends IObjectListener<O>>
           
 

Methods in org.commonreality.object.manager.event with parameters of type IObjectEvent
 void IObjectListener.objectsAdded(IObjectEvent<O,?> addEvent)
           
 void IObjectListener.objectsRemoved(IObjectEvent<O,?> removeEvent)
           
 void IObjectListener.objectsUpdated(IObjectEvent<O,?> updateEvent)
           
 

Uses of IObjectEvent in org.commonreality.object.manager.impl
 

Methods in org.commonreality.object.manager.impl with parameters of type IObjectEvent
 void ObjectCommunicator.objectsAdded(IObjectEvent addEvent)
           
 void ObjectCommunicator.objectsRemoved(IObjectEvent removeEvent)
           
 void ObjectCommunicator.objectsUpdated(IObjectEvent updateEvent)
           
 

Uses of IObjectEvent in org.commonreality.sensors.aural
 

Methods in org.commonreality.sensors.aural with parameters of type IObjectEvent
 void GeneralAuralProcessor.objectsAdded(IObjectEvent<IRealObject,?> addEvent)
           
 void GeneralAuralProcessor.objectsRemoved(IObjectEvent<IRealObject,?> removeEvent)
          this ignores the removal of the original IRealObject that launched the IAfferentObject percept of the sound, since the percept is internal
 void GeneralAuralProcessor.objectsUpdated(IObjectEvent<IRealObject,?> updateEvent)
          aural events don't change once they've been detected
 

Uses of IObjectEvent in org.commonreality.sensors.handlers
 

Methods in org.commonreality.sensors.handlers with parameters of type IObjectEvent
 void EfferentCommandHandler.objectsAdded(IObjectEvent<IEfferentCommand,?> addEvent)
           
 void EfferentCommandHandler.objectsRemoved(IObjectEvent<IEfferentCommand,?> removeEvent)
           
 void EfferentCommandHandler.objectsUpdated(IObjectEvent<IEfferentCommand,?> updateEvent)