blob: 9eb06c54bf1d4c766dba922fb9599d60b5e224ab [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 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.ant.internal.launching.debug;
public interface IDebugBuildLogger {
/**
* Requests to suspend the build if the current debug state
* indicates that suspension is required.
*/
public abstract void waitIfSuspended();
}