|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| org.apache.jackrabbit.jcr2spi.hierarchy | |
| org.apache.jackrabbit.spi | Defines the interfaces of the JCR SPI (Service Provider Interface). |
| org.apache.jackrabbit.spi.commons | |
| Uses of Event in org.apache.jackrabbit.jcr2spi.hierarchy |
|---|
| Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type Event | |
|---|---|
void |
NodeEntryImpl.refresh(Event childEvent)
|
void |
NodeEntry.refresh(Event childEvent)
The parent entry of a external event gets informed about the modification. |
| Uses of Event in org.apache.jackrabbit.spi |
|---|
| Methods in org.apache.jackrabbit.spi that return types with arguments of type Event | |
|---|---|
Iterator<Event> |
EventBundle.getEvents()
Returns the events of this bundle. |
| Methods in org.apache.jackrabbit.spi with parameters of type Event | |
|---|---|
boolean |
EventFilter.accept(Event event,
boolean isLocal)
If an implementation returns true the event
will be included in the event bundle returned by RepositoryService.getEvents(Subscription, long). |
| Uses of Event in org.apache.jackrabbit.spi.commons |
|---|
| Classes in org.apache.jackrabbit.spi.commons that implement Event | |
|---|---|
class |
EventImpl
EventImpl implements a serializable SPI
Event. |
| Methods in org.apache.jackrabbit.spi.commons that return types with arguments of type Event | |
|---|---|
Iterator<Event> |
EventBundleImpl.getEvents()
Returns the events of this bundle. |
Iterator<Event> |
EventBundleImpl.iterator()
|
| Methods in org.apache.jackrabbit.spi.commons with parameters of type Event | |
|---|---|
boolean |
EventFilterImpl.accept(Event event,
boolean isLocal)
If an implementation returns true the event
will be included in the event bundle returned by RepositoryService.getEvents(Subscription, long). |
| Constructor parameters in org.apache.jackrabbit.spi.commons with type arguments of type Event | |
|---|---|
EventBundleImpl(Collection<Event> events,
boolean isLocal)
Creates a new event bundle with events. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||