Uses of Class
com.vaadin.flow.component.upload.FinishedEvent
-
Packages that use FinishedEvent Package Description com.vaadin.flow.component.upload -
-
Uses of FinishedEvent in com.vaadin.flow.component.upload
Subclasses of FinishedEvent in com.vaadin.flow.component.upload Modifier and Type Class Description class
FailedEvent
FailedEvent event is sent when the upload is received, but the reception is interrupted for some reason.class
NoInputStreamEvent
FailedEvent that indicates that an input stream could not be obtained.class
NoOutputStreamEvent
FailedEvent that indicates that an output stream could not be obtained.class
SucceededEvent
SucceededEvent event is sent when the upload is received successfully.Method parameters in com.vaadin.flow.component.upload with type arguments of type FinishedEvent Modifier and Type Method Description Registration
Upload. addFinishedListener(ComponentEventListener<FinishedEvent> listener)
Add a succeeded listener that is informed on upload finished.
-