blob: d33afaffd9edae0980496e9e164bc1e025d23929 [file] [log] [blame]
/*********************************************************************
* Copyright (c) 2009, 2012 SpringSource, a division of VMware, Inc.
*
* 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/
*
* SPDX-License-Identifier: EPL-2.0
**********************************************************************/
package org.eclipse.virgo.ide.ui.editors;
/**
* @author Christian Dupuis
*/
public interface IBundleManifestSaveListener {
/** Called to indicate that the manifest editor has been saved */
void manifestSaved();
}