Interface BlockTracker

    • Method Detail

      • blockAdded

        void blockAdded​(@NotNull
                        @NotNull Block node)
      • blockAddedWithChildren

        void blockAddedWithChildren​(@NotNull
                                    @NotNull Block node)
      • blockAddedWithDescendants

        void blockAddedWithDescendants​(@NotNull
                                       @NotNull Block node)
      • blockRemoved

        void blockRemoved​(@NotNull
                          @NotNull Block node)
      • blockRemovedWithChildren

        void blockRemovedWithChildren​(@NotNull
                                      @NotNull Block node)
      • blockRemovedWithDescendants

        void blockRemovedWithDescendants​(@NotNull
                                         @NotNull Block node)