|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UploadCallback
An interface that represents a call back handler that will be notified when an upload event completes or fails.
Note: Development of this component was sponsored by TCN Broadcasting. We are grateful for their support and sponsorship.
| Method Summary | |
|---|---|
UploadEvent |
getEvent()
A convenience method to return the last event received by the callback handler. |
void |
uploadCancelled(UploadCancelEvent event)
Indicates a file upload has been canceled. |
void |
uploadDisallowed(InvalidContentTypeEvent event)
Indicates that a file upload was rejected by the server since the client attempted to send restricted content. |
void |
uploadFailed(UploadFailEvent event)
Call back method when an upload event fails. |
void |
uploadProgressed(UploadProgressEvent event)
Indicates a file upload has progressed. |
void |
uploadStarted(UploadStartEvent event)
Indicates a file upload has been started. |
void |
uploadSucceeded(UploadFinishEvent event)
Call back method invoked once an upload event completes. |
| Method Detail |
|---|
void uploadStarted(UploadStartEvent event)
event - the eventvoid uploadCancelled(UploadCancelEvent event)
event - the eventvoid uploadDisallowed(InvalidContentTypeEvent event)
event - The event that was generated.void uploadProgressed(UploadProgressEvent event)
event - the eventvoid uploadSucceeded(UploadFinishEvent event)
event - The event that has completed.void uploadFailed(UploadFailEvent event)
event - The event that has failed.UploadEvent getEvent()
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||