public interface ResultHandler<T>
Modifier and Type | Method | Description |
---|---|---|
boolean |
isActive() |
Indicates whether this handler is still permitted to affect the GUI.
|
void |
showError(java.io.IOException error) |
Updates GUI with an error obtained while trying to acquire result.
|
void |
showResult(T result) |
Updates GUI with the acquired result.
|
void |
showWaiting() |
Updates GUI to indicate the result is in the process of being acquired.
|
boolean isActive()
void showWaiting()
void showResult(T result)
void showError(java.io.IOException error)
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.