EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.tucana.event.UploadEvent

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

Methods in echopoint.tucana with parameters of type UploadEvent
protected  void FileUploadSelector.notifyCallback(UploadEvent e)
          Notifies the listener that the given event has occurred.
 

Uses of UploadEvent in echopoint.tucana.event
 

Subclasses of UploadEvent in echopoint.tucana.event
 class 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.
 class UploadCancelEvent
          An upload event representing an upload that was cancelled.
 class UploadFailEvent
          An event that represents a failed file transfer.
 class UploadFinishEvent
          An event indicating that a file upload has finished.
 class UploadProgressEvent
          An event indicating that a file upload has progressed.
 class UploadStartEvent
          An event indicating that a file upload has been started.
 

Fields in echopoint.tucana.event declared as UploadEvent
protected  UploadEvent UploadCallbackAdapter.event
          The last upload event that was received.
 

Methods in echopoint.tucana.event that return UploadEvent
 UploadEvent UploadCallbackAdapter.getEvent()
          A convenience method to return the last event received by the callback handler.
 UploadEvent UploadCallback.getEvent()
          A convenience method to return the last event received by the callback handler.
 


EchoPoint API - 3.0.0b5
App Webcontainer