|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Clients are not intended to implement this interface. Generally, clients
implement ISuspendTrigger
and the debug platform registers
as a suspend trigger listener.
ISuspendTrigger
Method Summary | |
---|---|
void |
suspended(ILaunch launch,
Object context)
Notification the given launch has suspended at the specified context. |
Method Detail |
public void suspended(ILaunch launch, Object context)
launch
- context
-
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.