Uses of Class
wt.clients.content.UploadDownloadEvent

Packages that use UploadDownloadEvent
wt.clients.content   
 

Uses of UploadDownloadEvent in wt.clients.content
 

Methods in wt.clients.content with parameters of type UploadDownloadEvent
private  void UploadFilesDialog.notifyUploadListeners(UploadDownloadEvent evt)
          Notify UploadDownloadListeners that an Upload event has occurred.
 void UploadDownloadListener.uploadComplete(UploadDownloadEvent evt)
          Method invoked on listeners when an upload event occurs.
 void UploadDownloadListener.downloadComplete(UploadDownloadEvent evt)
          Method invoked on listeners when a download event occurs.
 void UploadDownloadAdapter.uploadComplete(UploadDownloadEvent evt)
          Method to be invoked on UploadDownloadListeners when an upload event occurs.
 void UploadDownloadAdapter.downloadComplete(UploadDownloadEvent evt)
          Method to be invoked on UploadDownloadListeners when a download event occurs.
private  void DownloadFilesDialog.notifyDownloadListeners(UploadDownloadEvent evt)
          Notify UploadDownloadListeners that a download event has occurred.