public interface InternalEventListener
InternalEventListener
receives changes as a result of a local
or an external modification.Modifier and Type | Method and Description |
---|---|
Collection<EventFilter> |
getEventFilters()
Returns a collection of event filters which is in use by this event
listener.
|
void |
onEvent(EventBundle eventBundle)
Gets called when an event occurs.
|
void onEvent(EventBundle eventBundle)
eventBundle
- the event set received.Collection<EventFilter> getEventFilters()
onEvent(org.apache.jackrabbit.spi.EventBundle)
will be filtered
using the collection returned by this method. An event is included
in an event bundles if it is accepted by at least one of the filters
returned by this method.EventFilter
s currently
in use by this event listener.Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.