Uses of Interface
org.apache.jackrabbit.oak.plugins.observation.EventHandler
-
Packages that use EventHandler Package Description org.apache.jackrabbit.oak.plugins.observation -
-
Uses of EventHandler in org.apache.jackrabbit.oak.plugins.observation
Classes in org.apache.jackrabbit.oak.plugins.observation that implement EventHandler Modifier and Type Class Description classDefaultEventHandlerDefault implementation ofEventHandlerthat does nothing.classFilteredHandlerFiltered event handler.Fields in org.apache.jackrabbit.oak.plugins.observation declared as EventHandler Modifier and Type Field Description static EventHandlerDefaultEventHandler. INSTANCEMethods in org.apache.jackrabbit.oak.plugins.observation that return EventHandler Modifier and Type Method Description EventHandlerDefaultEventHandler. getChildHandler(String name, NodeState before, NodeState after)@Nullable EventHandlerEventHandler. getChildHandler(String name, NodeState before, NodeState after)Returns a handler of events within the given child node, ornullif changes within that child are not to be processed.@Nullable EventHandlerFilteredHandler. getChildHandler(String name, NodeState before, NodeState after)Methods in org.apache.jackrabbit.oak.plugins.observation with parameters of type EventHandler Modifier and Type Method Description voidEventGenerator. addHandler(NodeState before, NodeState after, EventHandler handler)Constructors in org.apache.jackrabbit.oak.plugins.observation with parameters of type EventHandler Constructor Description EventGenerator(@NotNull NodeState before, @NotNull NodeState after, @NotNull EventHandler handler)Creates a new generator instance for processing the given changes.FilteredHandler(EventFilter filter, EventHandler handler)
-