Package org.eclipse.emf.cdo.common.lock
Interface CDOLockChangeInfoHandler
- 
- All Known Subinterfaces:
- InternalFailoverParticipant,- InternalSynchronizableRepository
 - Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
 @FunctionalInterface public interface CDOLockChangeInfoHandlerA call-back interface that indicates the ability to handlelock-change infosthat are passed from other entities.- Since:
- 4.1
- Author:
- Caspar De Groot
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleLockChangeInfo(CDOLockChangeInfo lockChangeInfo)
 
- 
- 
- 
Method Detail- 
handleLockChangeInfovoid handleLockChangeInfo(CDOLockChangeInfo lockChangeInfo) 
 
- 
 
-