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 Type
    Method
    Description
    void
    Notification the debug context has changed as specified by the given event.
  • Method Details

    • debugContextChanged

      void debugContextChanged(DebugContextEvent event)
      Notification the debug context has changed as specified by the given event.
      Parameters:
      event - debug context event