Servoy 5.x Public API

com.servoy.j2db.plugins
Interface IMediaUploadCallback


public interface IMediaUploadCallback

Call back interface for opening the MediaUploadPage through the call IWebClientPluginAccess#showFileOpenDialog(IMediaUploadCallback, String, boolean, String[])

Since:
5.1

Method Summary
 void uploadComplete(IUploadData[] fu)
          called when the user uploaded one or more files.
 

Method Detail

uploadComplete

void uploadComplete(IUploadData[] fu)
called when the user uploaded one or more files.

Parameters:
fu - The array of file data that are uploaded by the user.

Copyright © 2010 Servoy B.V.