public interface ResultHandler<T>
Modifier and Type | Method and Description |
---|---|
boolean |
isActive()
Indicates whether this handler is still permitted to affect the GUI.
|
void |
showError(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(IOException error)
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.