Interface ProgressListener
- All Known Implementing Classes:
ProgressListener.Stub
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used in Zest 2.x. This interface will be removed in a
future release.
Listens for ProgressEvents which are thrown by layout algorithms at frequent
intervals.
- @noextend
- This interface is not intended to be extended by clients.
- @noimplement
- This interface is not intended to be implemented by clients.
- @noreference
- This interface is not intended to be referenced by clients.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.Called when the progress of a layout changes
-
Method Details
-
progressStarted
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
e
-
-
progressUpdated
Deprecated, for removal: This API element is subject to removal in a future version.Called when the progress of a layout changes -
progressEnded
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
e
-
-