Uses of Class
io.keikai.doc.collab.utils.YEvent
Packages that use YEvent
-
Uses of YEvent in io.keikai.doc.collab.types
Classes in io.keikai.doc.collab.types with type parameters of type YEventSubclasses of YEvent in io.keikai.doc.collab.typesModifier and TypeClassDescriptionclassclassclassEvent that describes the changes on a YText type.classMethods in io.keikai.doc.collab.types with type parameters of type YEventModifier and TypeMethodDescriptionstatic <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 YEventModifier and TypeMethodDescriptionStackItemEvent.getChangedParentTypes()Transaction.getChangedParentTypes()Constructor parameters in io.keikai.doc.collab.utils with type arguments of type YEventModifierConstructorDescriptionStackItemEvent(StackItem stackItem, Object origin, String type, Map<AbstractType, List<YEvent>> changedParentTypes)