Class AbstractMonitoredProxyCreationListener
- java.lang.Object
-
- org.eclipse.emf.compare.ide.ui.internal.logical.resolver.AbstractMonitoredProxyCreationListener
-
- All Implemented Interfaces:
IProxyCreationListener
- Direct Known Subclasses:
LocalMonitoredProxyCreationListener
,RemoteMonitoredProxyCreationListener
public abstract class AbstractMonitoredProxyCreationListener extends Object implements IProxyCreationListener
Asbtract super-class ofIProxyCreationListener
s to use for computing the logical model.
-
-
Field Summary
Fields Modifier and Type Field Description protected DiagnosticSupport
diagnostic
The diagnostic.protected ThreadSafeProgressMonitor
tspm
The progress monitor.
-
Constructor Summary
Constructors Constructor Description AbstractMonitoredProxyCreationListener(ThreadSafeProgressMonitor monitor, DiagnosticSupport diagnostic)
Constructor.
-
-
-
Field Detail
-
tspm
protected final ThreadSafeProgressMonitor tspm
The progress monitor.
-
diagnostic
protected final DiagnosticSupport diagnostic
The diagnostic.
-
-
Constructor Detail
-
AbstractMonitoredProxyCreationListener
public AbstractMonitoredProxyCreationListener(ThreadSafeProgressMonitor monitor, DiagnosticSupport diagnostic)
Constructor.- Parameters:
monitor
- The monitor to use, must not benull
diagnostic
- The diagnostic, must not benull
-
-