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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Called when the progress of a layout changes
- 
Method Details- 
progressStartedDeprecated, for removal: This API element is subject to removal in a future version.- Parameters:
- e-
 
- 
progressUpdatedDeprecated, for removal: This API element is subject to removal in a future version.Called when the progress of a layout changes
- 
progressEndedDeprecated, for removal: This API element is subject to removal in a future version.- Parameters:
- e-
 
 
-