public interface DataTypeListener
Modifier and Type | Method and Description |
---|---|
void |
dataTypeInstanceDeleted(org.eclipse.emf.ecore.EDataType type,
java.lang.Object instance,
boolean lastOccurrence)
Called when an instance of the given type is deleted.
|
void |
dataTypeInstanceInserted(org.eclipse.emf.ecore.EDataType type,
java.lang.Object instance,
boolean firstOccurrence)
Called when an instance of the given type is inserted.
|
void dataTypeInstanceInserted(org.eclipse.emf.ecore.EDataType type, java.lang.Object instance, boolean firstOccurrence)
type
- the EDataType
instance
- the instance of the data typefirstOccurrence
- true if this value was not previously present in the modelvoid dataTypeInstanceDeleted(org.eclipse.emf.ecore.EDataType type, java.lang.Object instance, boolean lastOccurrence)
type
- the EDataType
instance
- the instance of the data typelastOccurrence
- true if this value is no longer present in the model