edu.cmu.sphinx.frontend.databranch
Interface DataProducer

All Superinterfaces:
Configurable
All Known Implementing Classes:
FrontEndSplitter

public interface DataProducer
extends Configurable

Some API-elements which are shared by components which can generate Datas.


Method Summary
 void addDataListener(DataListener l)
          Registers a new listener for Datas.
 void removeDataListener(DataListener l)
          Unregisters a listener fors Datas.
 
Methods inherited from interface edu.cmu.sphinx.util.props.Configurable
newProperties
 

Method Detail

addDataListener

void addDataListener(DataListener l)
Registers a new listener for Datas.


removeDataListener

void removeDataListener(DataListener l)
Unregisters a listener fors Datas.