public interface UploadCompletionHandler
An interface to handle the uploaded content when an upload is complete.
Modifier and Type | Method and Description |
---|---|
void |
handleUploadedContent(MediaResource mediaResource)
Handle the uploaded content.
|
void handleUploadedContent(MediaResource mediaResource) throws IOException
Handle the uploaded content.
mediaResource
- the uploaded media resourceIOException
- in the case content handling has thrown IOExceptionCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.