|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthmi.bml.util.BMLFeedbackManager
public class BMLFeedbackManager
Utility class to send out feedback to registered listeners
| Field Summary | |
|---|---|
private List<BMLExceptionListener> |
bel
This listener should receive feedback that comes in over the network connection |
private List<BMLFeedbackListener> |
bfl
This listener should receive feedback that comes in over the network connection |
private List<BMLTPlanningListener> |
bpl
|
private List<BMLWarningListener> |
bwl
This listener should receive feedback that comes in over the network connection |
private static org.slf4j.Logger |
logger
|
| Constructor Summary | |
|---|---|
BMLFeedbackManager()
|
|
| Method Summary | |
|---|---|
void |
addListeners(BMLListener... bmlListeners)
|
void |
sendException(BMLExceptionFeedback bef)
|
void |
sendFeedback(BMLFeedback feedback)
|
void |
sendFeedback(String feedbackString)
Sends feedback packed in an XML string |
private void |
sendPerformanceStartFeedback(BMLPerformanceStartFeedback psf)
|
private void |
sendPerformanceStopFeedback(BMLPerformanceStopFeedback psf)
|
private void |
sendPlanningFinished(BMLTPlanningFinishedFeedback psf)
|
private void |
sendPlanningStart(BMLTPlanningStartFeedback psf)
|
private void |
sendSyncProgress(BMLSyncPointProgressFeedback spf)
|
private void |
sendWarning(BMLWarningFeedback wfb)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static org.slf4j.Logger logger
private List<BMLExceptionListener> bel
private List<BMLWarningListener> bwl
private List<BMLFeedbackListener> bfl
private List<BMLTPlanningListener> bpl
| Constructor Detail |
|---|
public BMLFeedbackManager()
| Method Detail |
|---|
public void addListeners(BMLListener... bmlListeners)
public void sendFeedback(String feedbackString)
feedbackString - public void sendFeedback(BMLFeedback feedback)
public void sendException(BMLExceptionFeedback bef)
private void sendPlanningStart(BMLTPlanningStartFeedback psf)
private void sendPlanningFinished(BMLTPlanningFinishedFeedback psf)
private void sendWarning(BMLWarningFeedback wfb)
private void sendSyncProgress(BMLSyncPointProgressFeedback spf)
private void sendPerformanceStartFeedback(BMLPerformanceStartFeedback psf)
private void sendPerformanceStopFeedback(BMLPerformanceStopFeedback psf)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||