edu.cmu.sphinx.decoder
Interface ResultProducer

All Superinterfaces:
Configurable
All Known Implementing Classes:
AbstractDecoder, Decoder, FrameDecoder, Recognizer

public interface ResultProducer
extends Configurable

Some API-elements shared by components which are able to produce Results.

See Also:
Result

Method Summary
 void addResultListener(ResultListener resultListener)
          Registers a new listener for Result.
 void removeResultListener(ResultListener resultListener)
          Removes a listener from this ResultProducer-instance.
 
Methods inherited from interface edu.cmu.sphinx.util.props.Configurable
newProperties
 

Method Detail

addResultListener

void addResultListener(ResultListener resultListener)
Registers a new listener for Result.


removeResultListener

void removeResultListener(ResultListener resultListener)
Removes a listener from this ResultProducer-instance.