org.jactr.modules.pm.vocal.buffer.processor
Class SpeechRequestDelegate

java.lang.Object
  extended by org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
      extended by org.jactr.modules.pm.common.buffer.AbstractRequestDelegate
          extended by org.jactr.modules.pm.vocal.buffer.processor.SpeechRequestDelegate
All Implemented Interfaces:
IRequestDelegate

public class SpeechRequestDelegate
extends AbstractRequestDelegate


Constructor Summary
SpeechRequestDelegate(IVocalModule module, IChunkType chunkType)
           
 
Method Summary
 
Methods inherited from class org.jactr.modules.pm.common.buffer.AbstractRequestDelegate
willAccept
 
Methods inherited from class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
clear, isAsynchronous, isDelayingStart, isUsingBlockingTimedEvents, request, setAsynchronous, setDelayStart, setUseBlockingTimedEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeechRequestDelegate

public SpeechRequestDelegate(IVocalModule module,
                             IChunkType chunkType)