EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Interface
echopoint.tucana.event.DownloadCallback

Packages that use DownloadCallback
echopoint.tucana Re-implementation of the tucana file upload component for Echo2. 
echopoint.tucana.event Events defined for the file upload/download process. 
 

Uses of DownloadCallback in echopoint.tucana
 

Methods in echopoint.tucana that return DownloadCallback
 DownloadCallback DownloadCommand.getCallback()
          Accessor for property 'callback'.
 DownloadCallback DownloadButton.getDownloadCallback()
          Accessor for property 'callback'.
 

Methods in echopoint.tucana with parameters of type DownloadCallback
 void DownloadCommand.setCallback(DownloadCallback callback)
          Mutator for property 'callback'.
 void DownloadButton.setDownloadCallback(DownloadCallback callback)
          Mutator for property 'callback'.
 

Uses of DownloadCallback in echopoint.tucana.event
 

Classes in echopoint.tucana.event that implement DownloadCallback
 class DownloadCallbackAdapter
          An adapter class that logs the progress of a download command.
 


EchoPoint API - 3.0.0b5
App Webcontainer