EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Package
echopoint.tucana.event

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

Classes in echopoint.tucana.event used by echopoint.tucana
DownloadCallback
          An interface that defines the methods that are notified as a client content download command progresses.
DownloadEvent
          A base download event class used to indicate a file/content download process.
UploadCallback
          An interface that represents a call back handler that will be notified when an upload event completes or fails.
UploadEvent
          A base class that represents an upload event.
 

Classes in echopoint.tucana.event used by echopoint.tucana.event
DownloadCallback
          An interface that defines the methods that are notified as a client content download command progresses.
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.
UploadCallback
          An interface that represents a call back handler that will be notified when an upload event completes or fails.
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.
 


EchoPoint API - 3.0.0b5
App Webcontainer