Package org.eclipse.ui.activities
Interface IActivityManagerListener
-
public interface IActivityManagerListenerAn 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 voidactivityManagerChanged(ActivityManagerEvent activityManagerEvent)Notifies that one or more properties of an instance ofIActivityManagerhave changed.
-
-
-
Method Detail
-
activityManagerChanged
void activityManagerChanged(ActivityManagerEvent activityManagerEvent)
Notifies that one or more properties of an instance ofIActivityManagerhave changed. Specific details are described in theActivityManagerEvent.- Parameters:
activityManagerEvent- the activity manager event. Guaranteed not to benull.
-
-