Interface ProgressListener
-
- All Superinterfaces:
EventListener
public interface ProgressListener extends EventListener
Contract for parties interested to listen on progress events.- See Also:
ProgressEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onProgress(ProgressEvent evt)
Fired when progress has been made in the source process.
-
-
-
Method Detail
-
onProgress
void onProgress(ProgressEvent evt)
Fired when progress has been made in the source process.- Parameters:
evt
- Progress event.
-
-