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
  • Constructor Details

    • EventAdapter

      public EventAdapter()
  • Method Details

    • notifyEvent

      public void notifyEvent(org.eclipse.net4j.util.event.IEvent event)
      Specified by:
      notifyEvent in interface org.eclipse.net4j.util.event.IListener
    • notifyBranchChangedEvent

      protected void notifyBranchChangedEvent(CDOBranchChangedEvent event)
    • onBranchCreated

      protected void onBranchCreated(CDOBranch branch)
    • onBranchRenamed

      protected void onBranchRenamed(CDOBranch branch)
    • onBranchesDeleted

      protected void onBranchesDeleted(CDOBranch rootBranch, int[] branchIDs)
    • notifyOtherEvent

      protected void notifyOtherEvent(org.eclipse.net4j.util.event.IEvent event)