Uses of Interface
org.eclipse.debug.ui.contexts.ISuspendTriggerListener
Packages that use ISuspendTriggerListener
Package
Description
Provides a set of interfaces and classes for debug context management.
-
Uses of ISuspendTriggerListener in org.eclipse.debug.ui.contexts
Methods in org.eclipse.debug.ui.contexts with parameters of type ISuspendTriggerListenerModifier and TypeMethodDescriptionvoidISuspendTrigger.addSuspendTriggerListener(ISuspendTriggerListener listener) Registers the given listener for suspend notifications.voidISuspendTrigger.removeSuspendTriggerListener(ISuspendTriggerListener listener) Unregisters the given listener for suspend notifications.