Package com.nomagic.magicdraw.uml2.util
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
Modifier and TypeMethodDescriptionvoid
firePropertyChange
(org.eclipse.emf.ecore.EStructuralFeature.Setting setting, String propertyName, Object oldValue, Object newValue, int index, int newIndex) Deprecated.not usedboolean
isRawMode
(org.eclipse.emf.ecore.EStructuralFeature.Setting setting) Deprecated.not usedMethods inherited from interface com.dassault_systemes.modeler.foundation.util.EventSupporter
afterChange, beforeChange, firePropertyChange, getPropertyEventName, getPropertyEventName, startLogEvents, stopLogEvents
-
Method Details
-
firePropertyChange
@Deprecated void firePropertyChange(org.eclipse.emf.ecore.EStructuralFeature.Setting setting, String propertyName, Object oldValue, @CheckForNull Object newValue, int index, int newIndex) Deprecated.not usedImplementation 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.not used
-