org.eclipse.emf.cdo.view
Interface CDOViewTargetChangedEvent

All Superinterfaces:
CDOViewEvent, IEvent

public interface CDOViewTargetChangedEvent
extends CDOViewEvent

A view event fired when the branch point of a view has changed.

Since:
3.0
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 Summary
 CDOBranchPoint getBranchPoint()
           
 CDOBranchPoint getOldBranchPoint()
           
 
Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewEvent
getSource
 

Method Detail

getOldBranchPoint

CDOBranchPoint getOldBranchPoint()
Since:
4.2

getBranchPoint

CDOBranchPoint getBranchPoint()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.