Interface FileItemErrorHandler
- All Superinterfaces:
BrowserEventHandler
Exception handler interface for unsuccessful file upload.
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onUploadError
(FileItemErrorEvent event) Upload exception handling
-
Method Details
-
onUploadError
Upload exception handling
The event is triggered if a file upload has been unsuccessful.
- Parameters:
event
- The event object- See Also:
-