EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.tucana.DownloadCommand

Packages that use DownloadCommand
echopoint.tucana.event Events defined for the file upload/download process. 
 

Uses of DownloadCommand in echopoint.tucana.event
 

Constructors in echopoint.tucana.event with parameters of type DownloadCommand
DownloadEvent(DownloadCommand source, String fileName, long contentLength, String contentType)
          Constructs a new download event with the specified content attributes.
DownloadFailEvent(DownloadCommand source, DownloadProvider provider, Exception exception)
          Constructs a new download event with the specified content attributes.
DownloadFinishEvent(DownloadCommand download, DownloadProvider provider)
          Create a new download event with the specified parameters.
DownloadStartEvent(DownloadCommand source, DownloadProvider provider)
          Construct a new download event with the specified parameters.
 


EchoPoint API - 3.0.0b5
App Webcontainer