hmi.bml.feedback
Class StdoutFeedbackListener

java.lang.Object
  extended by hmi.bml.feedback.StdoutFeedbackListener
All Implemented Interfaces:
BMLFeedbackListener, BMLListener

public class StdoutFeedbackListener
extends Object
implements BMLFeedbackListener


Constructor Summary
StdoutFeedbackListener()
           
 
Method Summary
 void performanceStart(BMLPerformanceStartFeedback psf)
           
 void performanceStop(BMLPerformanceStopFeedback psf)
           
 void syncProgress(BMLSyncPointProgressFeedback spp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdoutFeedbackListener

public StdoutFeedbackListener()
Method Detail

performanceStop

public void performanceStop(BMLPerformanceStopFeedback psf)
Specified by:
performanceStop in interface BMLFeedbackListener

performanceStart

public void performanceStart(BMLPerformanceStartFeedback psf)
Specified by:
performanceStart in interface BMLFeedbackListener

syncProgress

public void syncProgress(BMLSyncPointProgressFeedback spp)
Specified by:
syncProgress in interface BMLFeedbackListener