Eclipse Platform
Release 3.4

org.eclipse.debug.ui.contexts
Interface ISuspendTriggerListener


public interface ISuspendTriggerListener

Listeners are notified when a launch has suspended at a context where debugging should begin. For example, in a stack frame where a breakpoint has been encountered.

Generally, clients implement ISuspendTrigger and the debug platform registers as a suspend trigger listener.

Since:
3.3
See Also:
ISuspendTrigger
Restriction
This interface is not intended to be implemented by clients.

Method Summary
 void suspended(ILaunch launch, Object context)
          Notification the given launch has suspended at the specified context.
 

Method Detail

suspended

public void suspended(ILaunch launch,
                      Object context)
Notification the given launch has suspended at the specified context.

Parameters:
launch -
context -

Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.