wt.clients.util.http
Class UploadPanel.UploadDownloadController

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

final class UploadPanel.UploadDownloadController
extends HTTPUploadDownloadListenerSupport


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

UploadPanel.UploadDownloadController

UploadPanel.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