Uses of Interface
org.commonreality.object.delta.IObjectDelta

Packages that use IObjectDelta
org.commonreality.message.command.object   
org.commonreality.message.request.object   
org.commonreality.object.delta   
org.commonreality.object.manager   
org.commonreality.object.manager.event   
org.commonreality.object.manager.impl   
org.commonreality.participant.impl.handlers   
org.commonreality.sensors.prog   
 

Uses of IObjectDelta in org.commonreality.message.command.object
 

Methods in org.commonreality.message.command.object that return types with arguments of type IObjectDelta
 java.util.Collection<IObjectDelta> ObjectData.getData()
           
 java.util.Collection<IObjectDelta> IObjectData.getData()
           
 

Constructor parameters in org.commonreality.message.command.object with type arguments of type IObjectDelta
ObjectData(IIdentifier source, java.util.Collection<IObjectDelta> data)
           
 

Uses of IObjectDelta in org.commonreality.message.request.object
 

Methods in org.commonreality.message.request.object that return types with arguments of type IObjectDelta
 java.util.Collection<IObjectDelta> ObjectDataRequest.getData()
           
 java.util.Collection<IObjectDelta> IObjectDataRequest.getData()
           
 

Constructor parameters in org.commonreality.message.request.object with type arguments of type IObjectDelta
ObjectDataRequest(IIdentifier source, IIdentifier destination, java.util.Collection<? extends IObjectDelta> data)
           
 

Uses of IObjectDelta in org.commonreality.object.delta
 

Classes in org.commonreality.object.delta that implement IObjectDelta
 class FullObjectDelta
           
 class ObjectDelta
           
 

Methods in org.commonreality.object.delta with parameters of type IObjectDelta
 void ObjectDelta.merge(IObjectDelta delta)
           
 void IObjectDelta.merge(IObjectDelta delta)
           
 

Uses of IObjectDelta in org.commonreality.object.manager
 

Methods in org.commonreality.object.manager with parameters of type IObjectDelta
 boolean IMutableObjectManager.update(IObjectDelta delta)
          update the object that's change is desrcibed by the delta and fire the appropriate event
 

Method parameters in org.commonreality.object.manager with type arguments of type IObjectDelta
 boolean IMutableObjectManager.update(java.util.Collection<IObjectDelta> deltas)
          update all of these bad boys.
 

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

Methods in org.commonreality.object.manager.event that return types with arguments of type IObjectDelta
 java.util.Collection<IObjectDelta> ObjectEvent.getDeltas()
           
 java.util.Collection<? extends IObjectDelta> IObjectEvent.getDeltas()
           
 

Constructor parameters in org.commonreality.object.manager.event with type arguments of type IObjectDelta
ObjectEvent(java.util.Collection<? extends IObjectDelta> deltas)
           
 

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

Methods in org.commonreality.object.manager.impl with parameters of type IObjectDelta
 boolean GeneralObjectManager.update(IObjectDelta delta)
          update the object that is described by this delta with this delta.
 

Method parameters in org.commonreality.object.manager.impl with type arguments of type IObjectDelta
 boolean GeneralObjectManager.update(java.util.Collection<IObjectDelta> deltas)
          update all these obejcts
 

Uses of IObjectDelta in org.commonreality.participant.impl.handlers
 

Method parameters in org.commonreality.participant.impl.handlers with type arguments of type IObjectDelta
 void AbstractObjectHandler.storeObjectData(java.util.Collection<IObjectDelta> data)
           
 

Uses of IObjectDelta in org.commonreality.sensors.prog
 

Methods in org.commonreality.sensors.prog with parameters of type IObjectDelta
 void ProgrammaticSensor.update(IObjectDelta delta)
           
 

Method parameters in org.commonreality.sensors.prog with type arguments of type IObjectDelta
 void ProgrammaticSensor.update(java.util.Collection<IObjectDelta> deltas)