blob: c3f8729c7de2b52911cfe071bfdf959481f9f6dd [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.sources;
/**
* @author Yuri Strot
*
*/
public interface ITextBlockListener {
public void textChanged(TextChangedEvent event);
}