Package org.eclipse.debug.ui.contexts
Interface IDebugContextListener
- All Known Implementing Classes:
DebugCommandAction
public interface IDebugContextListener
A debug context listener is notified of debug context events.
Clients may implement this interface.
- Since:
- 3.3
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification the debug context has changed as specified by the given event.
-
Method Details
-
debugContextChanged
Notification the debug context has changed as specified by the given event.- Parameters:
event
- debug context event
-