Helper class for showing progress dialogs. More...
Public Member Functions | |
| void | run () throws Exception |
| Executes a long operation. | |
Package Functions | |
| boolean | close () |
| Invoked to stop a progress thread. | |
Interface that must be implemented by all objects that want to execute long operations while a progress dialog is shown.
Please note that the implementing object does not actually have to be a thread.
| boolean BinNavi.API.helpers.IProgressThread.close | ( | ) | [package] |
This function is invoked every time the user clicks on the X button of the progress dialog. Plugins that use the progress dialog have the change to clean up allocated resources before the dialog is closed.
| void BinNavi.API.helpers.IProgressThread.run | ( | ) | throws Exception |
Executes the long operation for which a progress dialog is shown.
| Exception | Exception thrown by the long-running operation. |
1.7.1