Class 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 Detail

      • MirroredPropertyChangeListener

        public MirroredPropertyChangeListener()
    • Method Detail

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