Package net.carcdr.ycrdt
Interface UpdateObserver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for observing document-level updates.
-
Method Summary
-
Method Details
-
onUpdate
Called when the document is updated.- Parameters:
update- the encoded update that can be applied to other documentsorigin- the origin identifier for this update, or null if not specified
-