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 of IProxyCreationListeners to use for computing the logical model.
  • Field Details

  • Constructor Details

    • AbstractMonitoredProxyCreationListener

      public AbstractMonitoredProxyCreationListener(ThreadSafeProgressMonitor monitor, DiagnosticSupport diagnostic)
      Constructor.
      Parameters:
      monitor - The monitor to use, must not be null
      diagnostic - The diagnostic, must not be null