Class CDOBranchManager.EventAdapter
- java.lang.Object
- 
- org.eclipse.emf.cdo.common.branch.CDOBranchManager.EventAdapter
 
- 
- All Implemented Interfaces:
- java.util.EventListener,- org.eclipse.net4j.util.event.IListener
 - Enclosing interface:
- CDOBranchManager
 
 public static class CDOBranchManager.EventAdapter extends java.lang.Object implements org.eclipse.net4j.util.event.IListener- Since:
- 4.15
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description EventAdapter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidnotifyBranchChangedEvent(CDOBranchChangedEvent event)voidnotifyEvent(org.eclipse.net4j.util.event.IEvent event)protected voidnotifyOtherEvent(org.eclipse.net4j.util.event.IEvent event)protected voidonBranchCreated(CDOBranch branch)protected voidonBranchesDeleted(CDOBranch rootBranch, int[] branchIDs)protected voidonBranchRenamed(CDOBranch branch)
 
- 
- 
- 
Method Detail- 
notifyEventpublic void notifyEvent(org.eclipse.net4j.util.event.IEvent event) - Specified by:
- notifyEventin interface- org.eclipse.net4j.util.event.IListener
 
 - 
notifyBranchChangedEventprotected void notifyBranchChangedEvent(CDOBranchChangedEvent event) 
 - 
onBranchCreatedprotected void onBranchCreated(CDOBranch branch) 
 - 
onBranchRenamedprotected void onBranchRenamed(CDOBranch branch) 
 - 
onBranchesDeletedprotected void onBranchesDeleted(CDOBranch rootBranch, int[] branchIDs) 
 - 
notifyOtherEventprotected void notifyOtherEvent(org.eclipse.net4j.util.event.IEvent event) 
 
- 
 
-