Uses of Interface
org.apache.jackrabbit.jcr2spi.observation.InternalEventListener
-
Packages that use InternalEventListener Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.hierarchy org.apache.jackrabbit.jcr2spi.observation -
-
Uses of InternalEventListener in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi with parameters of type InternalEventListener Modifier and Type Method Description voidWorkspaceManager. addEventListener(InternalEventListener listener)Sets theInternalEventListenerthat gets notifications about local and external changes.voidWorkspaceManager. removeEventListener(InternalEventListener listener) -
Uses of InternalEventListener in org.apache.jackrabbit.jcr2spi.hierarchy
Classes in org.apache.jackrabbit.jcr2spi.hierarchy that implement InternalEventListener Modifier and Type Class Description classHierarchyEventListenerHierarchyEventListener... -
Uses of InternalEventListener in org.apache.jackrabbit.jcr2spi.observation
Classes in org.apache.jackrabbit.jcr2spi.observation that implement InternalEventListener Modifier and Type Class Description classObservationManagerImplObservationManagerImpl...
-