Interface FileItemErrorHandler

All Superinterfaces:
BrowserEventHandler

public interface FileItemErrorHandler extends BrowserEventHandler
Exception handler interface for unsuccessful file upload.
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Upload exception handling
  • Method Details

    • onUploadError

      void onUploadError(FileItemErrorEvent event)

      Upload exception handling

      The event is triggered if a file upload has been unsuccessful.

      Parameters:
      event - The event object
      See Also: