org.eclipse.emf.cdo.common.revision
Interface CDORevisionHandler
- All Known Subinterfaces:
- CDOServerImporter.Handler
- All Known Implementing Classes:
- CDORevisionHandler.Filtered, CDORevisionHandler.Filtered.Undetached, StoreAccessorBase.CommitDataRevisionHandler
- public interface CDORevisionHandler
A call-back interface that indicates the ability to handle revisions
that are passed from
other entities.
- Since:
- 3.0
handleRevision
boolean handleRevision(CDORevision revision)
- Handles a revision.
- Returns:
true
to indicate that the caller may pass more revisions, false
otherwise.- Since:
- 4.0
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.