Package com._1c.g5.v8.dt.dcs.ui
Interface IDcsModelChangedNotifier
- All Known Implementing Classes:
BmDcsModelChangedNotifier,EmfDcsModelChangedNotifier
public interface IDcsModelChangedNotifier
The interface of notifier for
IDcsModelChangedListener.-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the given listener to notify.voiddispose()Disposed the notifier.voidRemoves the given listener.
-
Method Details
-
addModelChangedListener
Adds the given listener to notify.- Parameters:
listener- the listener, cannot benull.
-
removeModelChangedListener
Removes the given listener.- Parameters:
listener- the listener, cannot benull.
-
dispose
void dispose()Disposed the notifier.
-