Uses of Class
org.commonreality.object.delta.DeltaTracker

Packages that use DeltaTracker
org.commonreality.sensors.handlers   
org.commonreality.sensors.keyboard   
org.commonreality.sensors.swing.component   
 

Uses of DeltaTracker in org.commonreality.sensors.handlers
 

Methods in org.commonreality.sensors.handlers with parameters of type DeltaTracker
 double ICommandTimingEquation.computeTimings(DeltaTracker<IMutableObject> command)
          compute how long it will take to execute a command.
 

Uses of DeltaTracker in org.commonreality.sensors.keyboard
 

Methods in org.commonreality.sensors.keyboard with parameters of type DeltaTracker
 double SerialDurationEquation.computeTimings(DeltaTracker<IMutableObject> command)
           
 

Uses of DeltaTracker in org.commonreality.sensors.swing.component
 

Methods in org.commonreality.sensors.swing.component that return types with arguments of type DeltaTracker
 java.util.Map<IIdentifier,java.util.Collection<DeltaTracker<AfferentObject>>> IComponentProcessor.getUpdates()
           
 java.util.Map<IIdentifier,java.util.Collection<DeltaTracker<AfferentObject>>> DefaultComponentProcessor.getUpdates()