Package org.eclipse.ui.statushandlers
Interface StatusManager.INotificationListener
-
- Enclosing class:
- StatusManager
public static interface StatusManager.INotificationListenerThis interface allows for listening to status handling framework changes. Currently it is possible to be notified when:- all statuses has been handled
- Since:
- 3.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstatusManagerNotified(int type, StatusAdapter[] adapters)
-
-
-
Method Detail
-
statusManagerNotified
void statusManagerNotified(int type, StatusAdapter[] adapters)- Parameters:
type- - a type of notification.adapters- - affectedStatusAdapters
-
-