Package com._1c.g5.v8.dt.dcs.ui
Interface IDcsModelChangedListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The interface for listener of DCS model.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmodelChanged(Collection<org.eclipse.emf.common.notify.Notification> notifications) Invoked on DCS model changed.
-
Method Details
-
modelChanged
Invoked on DCS model changed.- Parameters:
notifications- the collection of notifications, nevernull.
-