Package org.eclipse.emf.cdo.view
Interface CDOViewTargetChangedEvent
- 
- All Superinterfaces:
- CDOViewEvent,- org.eclipse.net4j.util.event.IEvent
 
 public interface CDOViewTargetChangedEvent extends CDOViewEvent Aview eventfired when the branch point of aviewhas changed.- Since:
- 3.0
- Author:
- Victor Roldan Betancort
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOBranchPointgetBranchPoint()CDOBranchPointgetOldBranchPoint()- 
Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewEventgetSource
 
- 
 
- 
- 
- 
Method Detail- 
getOldBranchPointCDOBranchPoint getOldBranchPoint() - Since:
- 4.2
 
 - 
getBranchPointCDOBranchPoint getBranchPoint() 
 
- 
 
-