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

Uses of Event in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return types with arguments of type Event
 java.util.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).
 



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