Interface IMdAdoptedPropertyListener


  • public interface IMdAdoptedPropertyListener
    Provides event notification for adopted property state changes.
    See Also:
    IMdAdoptedPropertyNotifier
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void stateChanged​(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, MdPropertyState state)
      Notifies the listener that provided model object property state was changed.
    • Method Detail

      • stateChanged

        void stateChanged​(org.eclipse.emf.ecore.EObject object,
                          org.eclipse.emf.ecore.EStructuralFeature feature,
                          MdPropertyState state)
        Notifies the listener that provided model object property state was changed.
        Parameters:
        object - the model object, cannot be null
        feature - the property, cannot be null
        state - the new property state, cannot be null