Package com._1c.g5.v8.dt.team.ui
Interface IBranchCheckoutManager
- All Known Implementing Classes:
- BranchCheckoutManager
public interface IBranchCheckoutManager
The branch checkout manager allows to observe branch checkouts.
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdds branch checkout listener.voidRemoves branch checkout listener.
- 
Method Details- 
addCheckoutListenerAdds branch checkout listener.- Parameters:
- l- the listener, cannot be- null
 
- 
removeCheckoutListenerRemoves branch checkout listener.- Parameters:
- l- the listener, cannot be- null
 
 
-