Uses of Class
io.keikai.doc.collab.utils.YEvent
-
Packages that use YEvent Package Description io.keikai.doc.collab.types io.keikai.doc.collab.utils -
-
Uses of YEvent in io.keikai.doc.collab.types
Classes in io.keikai.doc.collab.types with type parameters of type YEvent Modifier and Type Class Description classAbstractType<E extends YEvent>Abstract Yjs Type classSubclasses of YEvent in io.keikai.doc.collab.types Modifier and Type Class Description classYArrayEventclassYMapEventclassYTextEventEvent that describes the changes on a YText type.classYXmlEventMethods in io.keikai.doc.collab.types with type parameters of type YEvent Modifier and Type Method Description static <T extends YEvent>
voidAbstractType. callTypeObservers(AbstractType type, Transaction transaction, T event)Calls event listeners with an event and propagates to all parents. -
Uses of YEvent in io.keikai.doc.collab.utils
Methods in io.keikai.doc.collab.utils that return types with arguments of type YEvent Modifier and Type Method Description java.util.Map<AbstractType,java.util.List<YEvent>>StackItemEvent. getChangedParentTypes()java.util.Map<AbstractType,java.util.List<YEvent>>Transaction. getChangedParentTypes()Constructor parameters in io.keikai.doc.collab.utils with type arguments of type YEvent Constructor Description StackItemEvent(StackItem stackItem, java.lang.Object origin, java.lang.String type, java.util.Map<AbstractType,java.util.List<YEvent>> changedParentTypes)
-