blob: fbfccb5b871ea916afdbc11e31eb1f62602fbc7e [file] [log] [blame]
/*******************************************************************************
* Copyright © 2000, 2007 Sybase, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Sybase, Inc. - initial API and implementation
*******************************************************************************/
package org.eclipse.datatools.sqltools.sqlbuilder;
/**
* Listener interface for notification when a SQL statement has been executed.
* @author jeremyl
*
*/
public interface IExecuteSQLListener {
public void executedSQL();
}