Package org.eclipse.emf.cdo.view
Interface CDOViewLocksChangedEvent
- 
- All Superinterfaces:
- CDOBranchPoint,- CDOBranchProvider,- CDOLockChangeInfo,- CDOTimeProvider,- CDOViewEvent,- org.eclipse.net4j.util.event.IEvent
 
 public interface CDOViewLocksChangedEvent extends CDOViewEvent, CDOLockChangeInfo Aview eventfired whenlock changesare being received from a remote repository.Lock notificationsmust be enabled for this event to be fired.- Since:
- 4.1
- Author:
- Caspar De Groot
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.lock.CDOLockChangeInfoCDOLockChangeInfo.Operation
 
- 
 - 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointINVALID_DATE, UNSPECIFIED_DATE
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject[]getAffectedObjects()Getobjectsaffected by lock changes.CDOViewgetSender()Returns the view that caused the lock changes if this view is local, ornullif the view was remote.- 
Methods inherited from interface org.eclipse.emf.cdo.common.lock.CDOLockChangeInfogetBranch, getLockOwner, getLockStates, getLockType, getNewLockStates, getOperation, getTimeStamp, isInvalidateAll
 - 
Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewEventgetSource
 
- 
 
- 
- 
- 
Method Detail- 
getSenderCDOView getSender() Returns the view that caused the lock changes if this view is local, ornullif the view was remote.
 - 
getAffectedObjectsorg.eclipse.emf.ecore.EObject[] getAffectedObjects() Getobjectsaffected by lock changes.- Since:
- 4.4
 
 
- 
 
-