inpro.incremental.sink
Class FrameAwarePushBuffer

java.lang.Object
  extended by inpro.incremental.PushBuffer
      extended by inpro.incremental.sink.FrameAwarePushBuffer
All Implemented Interfaces:
edu.cmu.sphinx.instrumentation.Resetable, edu.cmu.sphinx.util.props.Configurable, FrameAware
Direct Known Subclasses:
ConsoleNotifier, LabelWriter

public abstract class FrameAwarePushBuffer
extends PushBuffer
implements FrameAware


Field Summary
(package private)  int currentFrame
           
 
Constructor Summary
FrameAwarePushBuffer()
           
 
Method Summary
 void setCurrentFrame(int frame)
           
 
Methods inherited from class inpro.incremental.PushBuffer
hypChange, newProperties, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentFrame

int currentFrame
Constructor Detail

FrameAwarePushBuffer

public FrameAwarePushBuffer()
Method Detail

setCurrentFrame

public void setCurrentFrame(int frame)
Specified by:
setCurrentFrame in interface FrameAware