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.EventSupporterInterface for MD event supporter.- Version:
 - 1.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidfirePropertyChange(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 usedbooleanisRawMode(org.eclipse.emf.ecore.EStructuralFeature.Setting setting)Deprecated.not used 
 - 
 
- 
- 
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 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 boolean isRawMode(org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
Deprecated.not used 
 - 
 
 -