public static interface OutputUILord.OutputObserver
| Modifier and Type | Method and Description |
|---|---|
void |
executionRequestAdded(ExecutionRequest request)
Notification that a request was added to the output.
|
void |
outputTabClosed(Request request)
Notification that an output tab was closed.
|
void |
refreshRequestAdded(RefreshTaskListRequest request)
Notification that a refresh task list request was added to the output.
|
void |
reportExecuteFinished(Request request,
boolean wasSuccessful)
Notification that execution of a request is complete
|
void executionRequestAdded(ExecutionRequest request)
request - the request that was added.void refreshRequestAdded(RefreshTaskListRequest request)
request - the request that was added.void outputTabClosed(Request request)
void reportExecuteFinished(Request request, boolean wasSuccessful)
request - the original requestCopyright © 2013. All rights reserved