Class ProgressListener.Stub
java.lang.Object
org.eclipse.zest.layouts.progress.ProgressListener.Stub
- All Implemented Interfaces:
- ProgressListener
- Enclosing interface:
- ProgressListener
@Deprecated(since="2.0",
            forRemoval=true)
public static class ProgressListener.Stub
extends Object
implements ProgressListener
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.
An empty implementation of 
ProgressListener for convenience.- Since:
- 1.5
- @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 classes/interfaces inherited from interface org.eclipse.zest.layouts.progress.ProgressListenerProgressListener.Stub
- 
Constructor SummaryConstructorsConstructorDescriptionStub()Deprecated, for removal: This API element is subject to removal in a future version.
- 
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
- 
Constructor Details- 
Stubpublic Stub()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
progressStartedDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- progressStartedin interface- ProgressListener
- Parameters:
- e-
 
- 
progressUpdatedDeprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ProgressListenerCalled when the progress of a layout changes- Specified by:
- progressUpdatedin interface- ProgressListener
 
- 
progressEndedDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- progressEndedin interface- ProgressListener
- Parameters:
- e-
 
 
-