|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthmi.bml.feedback.BMLPerformanceStopFeedback
@Immutable public final class BMLPerformanceStopFeedback
Indicates that a BML block has stopped playing.
| 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 |
|---|
public final double timeStamp
public final String id
public final String bmlId
public final String reason
| Constructor Detail |
|---|
public BMLPerformanceStopFeedback(String id,
String bmlId,
String reason,
double timeStamp)
| Method Detail |
|---|
public final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||