EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Interface
echopoint.tucana.event.UploadCallback

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

Methods in echopoint.tucana that return UploadCallback
 UploadCallback FileUploadSelector.getUploadCallback()
          Get the callback used when a file is uploaded.
 

Methods in echopoint.tucana with parameters of type UploadCallback
 void FileUploadSelector.setUploadCallback(UploadCallback callback)
          Set the callback used when a file is uploaded.
 

Uses of UploadCallback in echopoint.tucana.event
 

Classes in echopoint.tucana.event that implement UploadCallback
 class DefaultUploadCallback
          A default implementation of an UploadCallback that saves the uploaded file(s) to a specified directory.
 class UploadCallbackAdapter
          An adapter class for the UploadCallback interface.
 


EchoPoint API - 3.0.0b5
App Webcontainer