Package org.eclipse.ui.activities
Interface IActivityManagerListener
-
public interface IActivityManagerListener
An instance of this interface can be used by clients to receive notification of changes to one or more instances ofIActivityManager
.This interface may be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
activityManagerChanged(ActivityManagerEvent activityManagerEvent)
Notifies that one or more properties of an instance ofIActivityManager
have changed.
-
-
-
Method Detail
-
activityManagerChanged
void activityManagerChanged(ActivityManagerEvent activityManagerEvent)
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
.
-
-