blob: 1a4798644e1567f7acfa620887d6dc0a3e78bd6e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2017 Exyte
* 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:
* Yuri Strot - initial API and implementation
*******************************************************************************/
package org.eclipse.ui.glance.internal.sources;
/**
* @author Yuri Strot
*
*/
public interface ISourceProviderListener {
public void sourceChanged(TextSourceMaker description);
}