Class ForwardingCompareConfiguration.MirroredPropertyChangeListener

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

public abstract static class ForwardingCompareConfiguration.MirroredPropertyChangeListener
extends java.lang.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 Summary

    Constructors 
    Constructor Description
    MirroredPropertyChangeListener()  
  • Method Summary

    Modifier and Type Method Description
    protected abstract void mirroredPropertyChanged​(boolean mirrored)  
    void propertyChange​(org.eclipse.jface.util.PropertyChangeEvent event)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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)