Eclipse Platform
Release 3.3

org.eclipse.debug.ui.contexts
Interface IDebugContextListener


public interface IDebugContextListener

A 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
 void debugContextChanged(DebugContextEvent event)
          Notification the debug context has changed as specified by the given event.
 

Method Detail

debugContextChanged

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

Parameters:
event - debug context event

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.