Class ForwardingCompareConfiguration.MirroredPropertyChangeListener

java.lang.Object
org.eclipse.emf.compare.ide.ui.internal.configuration.ForwardingCompareConfiguration.MirroredPropertyChangeListener
All Implemented Interfaces:
EventListener, org.eclipse.jface.util.IPropertyChangeListener
Enclosing class:
ForwardingCompareConfiguration

public abstract static class ForwardingCompareConfiguration.MirroredPropertyChangeListener extends Object implements org.eclipse.jface.util.IPropertyChangeListener
A property change listener that listens specifically for the property indicating that compare configuration's {@link ForwardingCompareConfiguration#isMirrored()isMirrored} value has changed.
  • Constructor Details

    • MirroredPropertyChangeListener

      public MirroredPropertyChangeListener()
  • Method Details

    • propertyChange

      public void propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
      Specified by:
      propertyChange in interface org.eclipse.jface.util.IPropertyChangeListener
    • mirroredPropertyChanged

      protected abstract void mirroredPropertyChanged(boolean mirrored)