Klasse CDOBranchManager.EventAdapter

java.lang.Object
org.eclipse.emf.cdo.common.branch.CDOBranchManager.EventAdapter
Alle implementierten Schnittstellen:
EventListener, org.eclipse.net4j.util.event.IListener
Umschließende Schnittstelle:
CDOBranchManager

public static class CDOBranchManager.EventAdapter extends Object implements org.eclipse.net4j.util.event.IListener
A listener that dispatches branch changed events to methods that can be overridden by extenders.
Seit:
4.15
Autor:
Eike Stepper
  • Konstruktordetails

    • EventAdapter

      public EventAdapter()
  • Methodendetails

    • notifyEvent

      public void notifyEvent(org.eclipse.net4j.util.event.IEvent event)
      Angegeben von:
      notifyEvent in Schnittstelle 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)