Interface SupportUploadSuccessHandler<V>
- Type Parameters:
V- the type of the uploaded data
public interface SupportUploadSuccessHandler<V>
Interface for components that support setting an upload success handler.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordRepresents context information about a successful upload operation.static interface -
Method Summary
Modifier and TypeMethodDescriptionvoidSets a handler to be invoked upon the successful completion of an upload operation.
-
Method Details
-
setUploadSuccessHandler
Sets a handler to be invoked upon the successful completion of an upload operation.If
nullis passed as the parameter, any previously set handler will be cleared.- Parameters:
handler- the handler to be executed on a successful upload; may benullto clear any existing handler
-