Package net.carcdr.ycrdt.panama
Class PanamaYXmlSubscription
java.lang.Object
net.carcdr.ycrdt.panama.PanamaYXmlSubscription
- All Implemented Interfaces:
AutoCloseable,net.carcdr.ycrdt.YSubscription
Panama FFM implementation of YSubscription for XML observers.
Handles callbacks for YXmlElement, YXmlText, and YXmlFragment changes.
-
Method Details
-
getSubscriptionId
public long getSubscriptionId()- Specified by:
getSubscriptionIdin interfacenet.carcdr.ycrdt.YSubscription
-
getObserver
public net.carcdr.ycrdt.YObserver getObserver()- Specified by:
getObserverin interfacenet.carcdr.ycrdt.YSubscription
-
getTarget
- Specified by:
getTargetin interfacenet.carcdr.ycrdt.YSubscription
-
isClosed
public boolean isClosed()- Specified by:
isClosedin interfacenet.carcdr.ycrdt.YSubscription
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfacenet.carcdr.ycrdt.YSubscription
-