Class CDOBranchManager.EventAdapter
java.lang.Object
org.eclipse.emf.cdo.common.branch.CDOBranchManager.EventAdapter
- All Implemented Interfaces:
EventListener
,org.eclipse.net4j.util.event.IListener
- Enclosing interface:
- CDOBranchManager
public static class CDOBranchManager.EventAdapter
extends Object
implements org.eclipse.net4j.util.event.IListener
- Since:
- 4.15
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.IListener
org.eclipse.net4j.util.event.IListener.NotifierAware
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
notifyEvent
(org.eclipse.net4j.util.event.IEvent event) protected void
notifyOtherEvent
(org.eclipse.net4j.util.event.IEvent event) protected void
onBranchCreated
(CDOBranch branch) protected void
onBranchesDeleted
(CDOBranch rootBranch, int[] branchIDs) protected void
onBranchRenamed
(CDOBranch branch)
-
Constructor Details
-
EventAdapter
public EventAdapter()
-
-
Method Details
-
notifyEvent
public void notifyEvent(org.eclipse.net4j.util.event.IEvent event) - Specified by:
notifyEvent
in interfaceorg.eclipse.net4j.util.event.IListener
-
notifyBranchChangedEvent
-
onBranchCreated
-
onBranchRenamed
-
onBranchesDeleted
-
notifyOtherEvent
protected void notifyOtherEvent(org.eclipse.net4j.util.event.IEvent event)
-