inpro.incremental.processor
Interface AudioActionManager.Listener

All Superinterfaces:
edu.cmu.sphinx.util.props.Configurable
All Known Implementing Classes:
AbstractDialogueManager, EchoDialogueManager, IUNetworkDialogueManager
Enclosing class:
AudioActionManager

public static interface AudioActionManager.Listener
extends edu.cmu.sphinx.util.props.Configurable

Interface for dialogue manager (or other previous modules) to implement. Gets called when a dialogue act from a DialogueActIU was performed successfully.

Author:
okko

Method Summary
 void done(DialogueActIU iu)
           
 
Methods inherited from interface edu.cmu.sphinx.util.props.Configurable
newProperties
 

Method Detail

done

void done(DialogueActIU iu)