blob: a6c4238becbd0c7c62388269a0ff404d3b61e1c2 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2011 Tasktop Technologies and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.commons.ui.dialogs;
/**
* Listener interface for close events from an {@link AbstractInPlaceDialog}
*
* @author Shawn Minto
* @since 3.7
*/
public interface IInPlaceDialogListener {
public void buttonPressed(InPlaceDialogEvent event);
}