blob: 11eb6b91b6eccf15af9ec24c350f8f817580c6f5 [file] [log] [blame]
/*******************************************************************************
* 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.ant.internal.ui.antsupport.logger.util;
public interface IDebugBuildLogger {
/**
* Requests to suspend the build if the current debug state
* indicates that suspension is required.
*/
public abstract void waitIfSuspended();
}