wt.clients.util.http
Class HTTPUploadDownloadPanel.UploadDownloadController
java.lang.Object
wt.clients.util.http.HTTPUploadDownloadListenerSupport
wt.clients.util.http.HTTPUploadDownloadPanel.UploadDownloadController
- All Implemented Interfaces:
- EventListener, HTTPUploadDownloadListener
- Enclosing class:
- HTTPUploadDownloadPanel
- final class HTTPUploadDownloadPanel.UploadDownloadController
- extends HTTPUploadDownloadListenerSupport
Method Summary |
void |
operationFinished(int status)
Notification that the operation has finished. |
Methods inherited from class wt.clients.util.http.HTTPUploadDownloadListenerSupport |
confirmFileOverwrite, fileOperationProgress, fileOperationProgress, fileOperationProgress, fileOperationProgress, fileOperationStatusChange, fileOperationTypeUnknown, invalidFile, invalidFile, locateFile, openApplication, openURL, operationStatusChange, propertyChange |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPUploadDownloadPanel.UploadDownloadController
HTTPUploadDownloadPanel.UploadDownloadController()
operationFinished
public void operationFinished(int status)
- Description copied from class:
HTTPUploadDownloadListenerSupport
- Notification that the operation has finished. The status of the operation is supplied.
- Specified by:
operationFinished
in interface HTTPUploadDownloadListener
- Overrides:
operationFinished
in class HTTPUploadDownloadListenerSupport