Package com._1c.g5.v8.dt.dcs.ui
Class EmfDcsModelChangedNotifier
java.lang.Object
com._1c.g5.v8.dt.dcs.ui.EmfDcsModelChangedNotifier
- All Implemented Interfaces:
IDcsModelChangedNotifier
The notifier of
IDcsModelChangedListener based on EMF adapters.-
Constructor Summary
ConstructorsConstructorDescriptionEmfDcsModelChangedNotifier(org.eclipse.emf.ecore.EObject eObject) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the given listener to notify.voiddispose()Disposed the notifier.voidRemoves the given listener.
-
Constructor Details
-
EmfDcsModelChangedNotifier
public EmfDcsModelChangedNotifier(org.eclipse.emf.ecore.EObject eObject) Creates a new instance.- Parameters:
eObject- the object.
-
-
Method Details
-
addModelChangedListener
Description copied from interface:IDcsModelChangedNotifierAdds the given listener to notify.- Specified by:
addModelChangedListenerin interfaceIDcsModelChangedNotifier- Parameters:
listener- the listener, cannot benull.
-
removeModelChangedListener
Description copied from interface:IDcsModelChangedNotifierRemoves the given listener.- Specified by:
removeModelChangedListenerin interfaceIDcsModelChangedNotifier- Parameters:
listener- the listener, cannot benull.
-
dispose
public void dispose()Description copied from interface:IDcsModelChangedNotifierDisposed the notifier.- Specified by:
disposein interfaceIDcsModelChangedNotifier
-