EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.tucana.UploadProgress

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

Uses of UploadProgress in echopoint.tucana.event
 

Methods in echopoint.tucana.event that return UploadProgress
 UploadProgress UploadProgressEvent.getProgress()
          Returns the progress of the file upload.
 

Constructors in echopoint.tucana.event with parameters of type UploadProgress
UploadProgressEvent(FileUploadSelector source, String index, String fileName, String contentType, UploadProgress progress)
          Creates a new UploadEvent.
UploadProgressEvent(FileUploadSelector source, String index, UploadProgress progress)
          Short form of the constructor that populates only the mandatory fields.
 


EchoPoint API - 3.0.0b5
App Webcontainer