Uses of Class
org.jactr.modules.pm.common.buffer.AbstractRequestDelegate

Packages that use AbstractRequestDelegate
org.jactr.modules.pm.aural.buffer.processor   
org.jactr.modules.pm.visual.buffer.processor   
org.jactr.modules.pm.vocal.buffer.processor   
 

Uses of AbstractRequestDelegate in org.jactr.modules.pm.aural.buffer.processor
 

Subclasses of AbstractRequestDelegate in org.jactr.modules.pm.aural.buffer.processor
 class AttendToRequestDelegate
          attend-to and move-attention delegate that handles buffer states and routes the request to the module
 class AuralSearchRequestDelegate
          handles aural-location requests by checking and managing the buffer states and routing to the aural module.
 class ClearRequestDelegate
          reset the visual system - merely calls IVisualModule.reset()
 

Uses of AbstractRequestDelegate in org.jactr.modules.pm.visual.buffer.processor
 

Subclasses of AbstractRequestDelegate in org.jactr.modules.pm.visual.buffer.processor
 class AssignFINSTRequestDelegate
           
 class StartTrackingRequestDelegate
           
 class VisualSearchRequestDelegate
          handles visual-location requests by checking and managing the buffer states and routing to the visual module.
 

Uses of AbstractRequestDelegate in org.jactr.modules.pm.vocal.buffer.processor
 

Subclasses of AbstractRequestDelegate in org.jactr.modules.pm.vocal.buffer.processor
 class SpeechRequestDelegate