EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.tucana.event.DownloadEvent

Packages that use DownloadEvent
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 DownloadEvent in echopoint.tucana
 

Methods in echopoint.tucana with parameters of type DownloadEvent
protected  void DownloadCommand.notifyCallback(DownloadEvent event)
          Notify the download progress callback handler of updates to the download process.
 

Uses of DownloadEvent in echopoint.tucana.event
 

Subclasses of DownloadEvent in echopoint.tucana.event
 class DownloadFailEvent
          A download event that indicates that a download request from the client failed (usually not due to user interaction).
 class DownloadFinishEvent
          A download event that indicates that a download operation by the client has ended successfully.
 class DownloadStartEvent
          A download event that indicates that the client has started a download process.
 


EchoPoint API - 3.0.0b5
App Webcontainer