package sk.stuba.fiit.perconik.core.listeners; import org.eclipse.ltk.core.refactoring.history.IRefactoringExecutionListener; import sk.stuba.fiit.perconik.core.Listener; /** * A refactoring execution listener. * * @see Listener * @see IRefactoringExecutionListener * * @author Pavol Zbell * @since 1.0 */ public interface RefactoringExecutionListener extends Listener, IRefactoringExecutionListener { }