Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2005-11-07 23:17:24 +0000
committerKevin Barnes2005-11-07 23:17:24 +0000
commit44f3b13640f934cb4f66e93d64f7f4efd3a9034d (patch)
tree711a49a029517fe7822dd7ae00e6d02839563134 /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTriggerListener.java
parent2ba2d568d064ef4df39df29f763218eed768f7c6 (diff)
downloadeclipse.platform.debug-44f3b13640f934cb4f66e93d64f7f4efd3a9034d.tar.gz
eclipse.platform.debug-44f3b13640f934cb4f66e93d64f7f4efd3a9034d.tar.xz
eclipse.platform.debug-44f3b13640f934cb4f66e93d64f7f4efd3a9034d.zip
reverting to premerge state
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTriggerListener.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTriggerListener.java29
1 files changed, 0 insertions, 29 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTriggerListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTriggerListener.java
deleted file mode 100644
index 5daafe5e7..000000000
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTriggerListener.java
+++ /dev/null
@@ -1,29 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.debug.ui.contexts;
-
-import org.eclipse.debug.core.ILaunch;
-
-/**
- * @since 3.2
- */
-public interface ISuspendTriggerListener {
-
- /**
- * Notification the given launch has suspended at the
- * specified context.
- *
- * @param launch
- * @param context
- */
- public void suspended(ILaunch launch, Object context);
-
-}

Back to the top