Package org.eclipse.ui.activities
Interface IActivityListener
public interface IActivityListener
An instance of this interface can be used by clients to receive notification
of changes to one or more instances of
IActivity.
This interface may be implemented by clients.
- Since:
- 3.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidactivityChanged(ActivityEvent activityEvent) Notifies that one or more properties of an instance ofIActivityhave changed.
-
Method Details
-
activityChanged
Notifies that one or more properties of an instance ofIActivityhave changed. Specific details are described in theActivityEvent.- Parameters:
activityEvent- the activity event. Guaranteed not to benull.
-