public interface ISuspendTriggerListener
Generally, clients implement ISuspendTrigger and the debug platform registers
as a suspend trigger listener.
ISuspendTrigger| Modifier and Type | Method and Description |
|---|---|
void |
suspended(ILaunch launch,
java.lang.Object context)
Notification the given launch has suspended at the
specified context.
|
void suspended(ILaunch launch, java.lang.Object context)
launch - the launch that has suspendedcontext - the context on which the launch suspended
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.