|
||||||||||
| 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 |
NodeEntry.refresh(Event childEvent)
The parent entry of a external event gets informed about the modification. |
void |
NodeEntryImpl.refresh(Event childEvent)
|
| Uses of Event in org.apache.jackrabbit.spi |
|---|
| 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 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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||