Class 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 Detail

      • EventAdapter

        public EventAdapter()
    • Method Detail

      • notifyEvent

        public void notifyEvent​(org.eclipse.net4j.util.event.IEvent event)
        Specified by:
        notifyEvent in interface org.eclipse.net4j.util.event.IListener
      • 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)