1 11 package org.eclipse.debug.ui.contexts; 12 13 import org.eclipse.ui.IWorkbenchWindow; 14 15 33 public interface IDebugContextManager { 34 35 40 public void addDebugContextListener(IDebugContextListener listener); 41 42 47 public void removeDebugContextListener(IDebugContextListener listener); 48 49 55 public IDebugContextService getContextService(IWorkbenchWindow window); 56 } 57 | Popular Tags |