inpro.incremental.processor
Interface AbstractFloorTracker.Listener

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

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

the interface that the floor manager's listeners must implement


Method Summary
 void floor(AbstractFloorTracker.Signal signal, AbstractFloorTracker floorManager)
          will be called when the floor state changes
 
Methods inherited from interface edu.cmu.sphinx.util.props.Configurable
newProperties
 

Method Detail

floor

void floor(AbstractFloorTracker.Signal signal,
           AbstractFloorTracker floorManager)
will be called when the floor state changes

Parameters:
signal - the signal describing the change in the floor
floorManager - the floor manager itself. in this way a consumer can request e.g. to change timeouts