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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activityChanged
(ActivityEvent activityEvent) Notifies that one or more properties of an instance ofIActivity
have changed.
-
Method Details
-
activityChanged
Notifies that one or more properties of an instance ofIActivity
have changed. Specific details are described in theActivityEvent
.- Parameters:
activityEvent
- the activity event. Guaranteed not to benull
.
-