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