Uses of Interface
org.apache.jackrabbit.spi.Event

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 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).
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.