public interface IDebugContextManager
Clients register debug context providers with a context service - i.e. for a specific window.
IDebugContextProvider
,
IDebugContextListener
,
IDebugContextService
Modifier and Type | Method and Description |
---|---|
void |
addDebugContextListener(IDebugContextListener listener)
Registers the given listener for debug context notification in all windows.
|
IDebugContextService |
getContextService(IWorkbenchWindow window)
Returns the debug context service for the specified window.
|
void |
removeDebugContextListener(IDebugContextListener listener)
Unregisters the given listener for context notification in all windows.
|
void addDebugContextListener(IDebugContextListener listener)
listener
- debug context listenervoid removeDebugContextListener(IDebugContextListener listener)
listener
- debug context listenerIDebugContextService getContextService(IWorkbenchWindow window)
window
- workbench window
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.