Package org.pentaho.di.core.bowl
Interface UpdateSubscriber
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to be notified by a Manager when changes are made.
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotify that any write operation was performed (create/update/delete)
-
Method Details
-
notifyChanged
void notifyChanged()Notify that any write operation was performed (create/update/delete)
-