EchoPoint API - 3.0.0b5
App Webcontainer

Package echopoint.tucana.event

Events defined for the file upload/download process.

See:
          Description

Interface Summary
DownloadCallback An interface that defines the methods that are notified as a client content download command progresses.
UploadCallback An interface that represents a call back handler that will be notified when an upload event completes or fails.
 

Class Summary
DefaultUploadCallback A default implementation of an UploadCallback that saves the uploaded file(s) to a specified directory.
DefaultUploadListener A default action listener to associate with the FileUploadSelector component.
DownloadCallbackAdapter An adapter class that logs the progress of a download command.
DownloadEvent A base download event class used to indicate a file/content download process.
DownloadFailEvent A download event that indicates that a download request from the client failed (usually not due to user interaction).
DownloadFinishEvent A download event that indicates that a download operation by the client has ended successfully.
DownloadStartEvent A download event that indicates that the client has started a download process.
InvalidContentTypeEvent An upload event that represents the case where an upload was terminated by the server due to the uploaded content-type not being allowed by the service.
UploadCallbackAdapter An adapter class for the UploadCallback interface.
UploadCancelEvent An upload event representing an upload that was cancelled.
UploadEvent A base class that represents an upload event.
UploadFailEvent An event that represents a failed file transfer.
UploadFinishEvent An event indicating that a file upload has finished.
UploadProgressEvent An event indicating that a file upload has progressed.
UploadStartEvent An event indicating that a file upload has been started.
 

Package echopoint.tucana.event Description

Events defined for the file upload/download process.


EchoPoint API - 3.0.0b5
App Webcontainer