Package io.keikai.doc.collab.types
Class YXmlEvent
- java.lang.Object
-
- io.keikai.doc.collab.utils.YEvent
-
- io.keikai.doc.collab.types.YXmlEvent
-
public class YXmlEvent extends YEvent
-
-
Field Summary
-
Fields inherited from class io.keikai.doc.collab.utils.YEvent
_currentTarget, _target, _transaction, ERROR_COMPUTE_CHANGES
-
-
Constructor Summary
Constructors Constructor Description YXmlEvent(YXmlFragment target, java.util.Set<java.lang.String> subs, Transaction transaction)YXmlEvent(YXmlText target, java.util.Set<java.lang.String> subs, Transaction transaction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>getAttributesChanged()Get the set of changed attributes.booleanisChildListChanged()Check if the child list changed.-
Methods inherited from class io.keikai.doc.collab.utils.YEvent
adds, deletes, getChanges, getKeys, getPath, getTarget, getTransaction, setCurrentTarget, setPath
-
-
-
-
Constructor Detail
-
YXmlEvent
public YXmlEvent(YXmlFragment target, java.util.Set<java.lang.String> subs, Transaction transaction)
- Parameters:
target- The target on which the event is created.subs- The set of changed attributes. `null` is included if the child list changed.transaction- The transaction instance with which the change was created.
-
YXmlEvent
public YXmlEvent(YXmlText target, java.util.Set<java.lang.String> subs, Transaction transaction)
- Parameters:
target- The target on which the event is created.subs- The set of changed attributes. `null` is included if the child list changed.transaction- The transaction instance with which the change was created.
-
-