Package net.carcdr.ycrdt.jni
Class JniYEvent
java.lang.Object
net.carcdr.ycrdt.jni.JniYEvent
- All Implemented Interfaces:
net.carcdr.ycrdt.YEvent
Represents a change event from a Y-CRDT data structure.
Events contain:
- The target object that changed
- A list of changes (deltas) describing the modifications
- Metadata about the change origin
Events are immutable and thread-safe.
- See Also:
-
Method Summary
-
Method Details
-
getTarget
- Specified by:
getTargetin interfacenet.carcdr.ycrdt.YEvent
-
getChanges
- Specified by:
getChangesin interfacenet.carcdr.ycrdt.YEvent
-
getOrigin
- Specified by:
getOriginin interfacenet.carcdr.ycrdt.YEvent
-
toString
-