public class EventBundleImpl extends Object implements org.apache.jackrabbit.spi.EventBundle, Serializable
EventBundleImpl implements a serializable EventBundle.| Constructor and Description |
|---|
EventBundleImpl(Collection<org.apache.jackrabbit.spi.Event> events,
boolean isLocal)
Creates a new event bundle with
events. |
public EventBundleImpl(Collection<org.apache.jackrabbit.spi.Event> events, boolean isLocal)
events.events - the events for this bundle.isLocal - if this events were created due to a local change.public Iterator<org.apache.jackrabbit.spi.Event> getEvents()
getEvents in interface org.apache.jackrabbit.spi.EventBundlepublic boolean isLocal()
isLocal in interface org.apache.jackrabbit.spi.EventBundleCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.