hmi.bml.feedback
Class BMLPerformanceStopFeedback

java.lang.Object
  extended by hmi.bml.feedback.BMLPerformanceStopFeedback
All Implemented Interfaces:
BMLFeedback

@Immutable
public final class BMLPerformanceStopFeedback
extends Object
implements BMLFeedback

Indicates that a BML block has stopped playing.

Author:
Herwin van Welbergen

Field Summary
 String bmlId
           
 String id
           
 String reason
           
 double timeStamp
           
 
Constructor Summary
BMLPerformanceStopFeedback(String id, String bmlId, String reason, double timeStamp)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

timeStamp

public final double timeStamp

id

public final String id

bmlId

public final String bmlId

reason

public final String reason
Constructor Detail

BMLPerformanceStopFeedback

public BMLPerformanceStopFeedback(String id,
                                  String bmlId,
                                  String reason,
                                  double timeStamp)
Method Detail

toString

public final String toString()
Overrides:
toString in class Object