Package org.eclipse.debug.ui.contexts
Interface IDebugContextListener
-
- All Known Implementing Classes:
DebugCommandAction
public interface IDebugContextListenerA debug context listener is notified of debug context events.Clients may implement this interface.
- Since:
- 3.3
- See Also:
DebugContextEvent,IDebugContextManager,IDebugContextService,IDebugContextProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddebugContextChanged(DebugContextEvent event)Notification the debug context has changed as specified by the given event.
-
-
-
Method Detail
-
debugContextChanged
void debugContextChanged(DebugContextEvent event)
Notification the debug context has changed as specified by the given event.- Parameters:
event- debug context event
-
-