wt.clients.util.http
Class HTTPUploadDownloadPanel.UploadDownloadController

java.lang.Object
  extended bywt.clients.util.http.HTTPUploadDownloadListenerSupport
      extended bywt.clients.util.http.HTTPUploadDownloadPanel.UploadDownloadController
All Implemented Interfaces:
EventListener, HTTPUploadDownloadListener
Enclosing class:
HTTPUploadDownloadPanel

final class HTTPUploadDownloadPanel.UploadDownloadController
extends HTTPUploadDownloadListenerSupport


Constructor Summary
(package private) HTTPUploadDownloadPanel.UploadDownloadController()
           
 
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
 

Constructor Detail

HTTPUploadDownloadPanel.UploadDownloadController

HTTPUploadDownloadPanel.UploadDownloadController()
Method Detail

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