Interface EventSupporter

  • All Superinterfaces:
    com.dassault_systemes.modeler.foundation.util.EventSupporter

    public interface EventSupporter
    extends com.dassault_systemes.modeler.foundation.util.EventSupporter
    Interface for MD event supporter.
    Version:
    1.0
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void firePropertyChange​(org.eclipse.emf.ecore.EStructuralFeature.Setting setting, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue, int index, int newIndex)
      Deprecated.
      not used
      boolean isRawMode​(org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
      Deprecated.
      not used
      • Methods inherited from interface com.dassault_systemes.modeler.foundation.util.EventSupporter

        afterChange, beforeChange, firePropertyChange, getPropertyEventName, getPropertyEventName, startLogEvents, stopLogEvents
    • Method Detail

      • firePropertyChange

        @Deprecated
        void firePropertyChange​(org.eclipse.emf.ecore.EStructuralFeature.Setting setting,
                                java.lang.String propertyName,
                                java.lang.Object oldValue,
                                @CheckForNull
                                java.lang.Object newValue,
                                int index,
                                int newIndex)
        Deprecated.
        not used
        Implementation must fire property change event.
        Parameters:
        setting - setting that uses this event supporter.
        propertyName - name of the changed property.
        oldValue - old value of the property.
        newValue - new value of the property.
        index - index of the new value.
        newIndex - new index of the value
      • isRawMode

        @Deprecated
        boolean isRawMode​(org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
        Deprecated.
        not used