org.eclipse.cdt.internal.ui.text
Interface ICReconcilingListener

All Known Implementing Classes:
CEditor, ExternalSearchEditor, InactiveCodeHighlighting, SemanticHighlightingReconciler

public interface ICReconcilingListener

Interface of an object listening to (AST-) reconciling. Inspired by JDT.

Since:
4.0

Method Summary
 void aboutToBeReconciled()
          Called before reconciling is started.
 void reconciled(org.eclipse.cdt.core.dom.ast.IASTTranslationUnit ast, boolean force, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
          Called after reconciling has been finished.
 

Method Detail

aboutToBeReconciled

void aboutToBeReconciled()
Called before reconciling is started.


reconciled

void reconciled(org.eclipse.cdt.core.dom.ast.IASTTranslationUnit ast,
                boolean force,
                org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Called after reconciling has been finished.

Parameters:
ast - the translation unit AST or null if the working copy was consistent or reconcilation has been cancelled
force - flag indicating whether the reconciler was invoked forcefully
progressMonitor - the progress monitor