Package org.eclipse.ui.activities
Interface IActivityManagerListener
- All Known Implementing Classes:
PluginActionContributionItem
,PluginActionCoolBarContributionItem
public interface IActivityManagerListener
An instance of this interface can be used by clients to receive notification
of changes to one or more instances of
IActivityManager
.
This interface may be implemented by clients.
- Since:
- 3.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activityManagerChanged
(ActivityManagerEvent activityManagerEvent) Notifies that one or more properties of an instance ofIActivityManager
have changed.
-
Method Details
-
activityManagerChanged
Notifies that one or more properties of an instance ofIActivityManager
have changed. Specific details are described in theActivityManagerEvent
.- Parameters:
activityManagerEvent
- the activity manager event. Guaranteed not to benull
.
-