Package org.eclipse.ui.statushandlers
Interface StatusManager.INotificationTypes
-
- Enclosing class:
- StatusManager
public static interface StatusManager.INotificationTypesThis interface declares types of notification.- Since:
- 3.5
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Field Summary
Fields Modifier and Type Field Description static intHANDLEDThis type notifications are used when a particularStatusAdapterwas handled.
-
-
-
Field Detail
-
HANDLED
static final int HANDLED
This type notifications are used when a particularStatusAdapterwas handled.- See Also:
- Constant Field Values
-
-