Uses of Interface
org.eclipse.ui.statushandlers.StatusManager.INotificationListener
-
Packages that use StatusManager.INotificationListener Package Description org.eclipse.ui.statushandlers Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
-
Uses of StatusManager.INotificationListener in org.eclipse.ui.statushandlers
Methods in org.eclipse.ui.statushandlers with parameters of type StatusManager.INotificationListener Modifier and Type Method Description voidStatusManager. addListener(StatusManager.INotificationListener listener)Adds a listener to the StatusManager.voidStatusManager. removeListener(StatusManager.INotificationListener listener)Removes a listener from StatusManager.
-