Interface ProgressListener
- All Superinterfaces:
EventListener
Contract for parties interested to listen on progress events.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onProgress
(ProgressEvent evt) Fired when progress has been made in the source process.
-
Method Details
-
onProgress
Fired when progress has been made in the source process.- Parameters:
evt
- Progress event.
-