Package org.eclipse.ui.statushandlers
Interface StatusManager.INotificationTypes
- Enclosing class:
StatusManager
public static interface StatusManager.INotificationTypes
This 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
FieldsModifier and TypeFieldDescriptionstatic final int
This type notifications are used when a particularStatusAdapter
was handled.
-
Field Details
-
HANDLED
static final int HANDLEDThis type notifications are used when a particularStatusAdapter
was handled.- See Also:
-