public interface BlockTracker
| Modifier and Type | Method and Description |
|---|---|
void |
blockAdded(@NotNull Block node) |
void |
blockAddedWithChildren(@NotNull Block node) |
void |
blockAddedWithDescendants(@NotNull Block node) |
void |
blockRemoved(@NotNull Block node) |
void |
blockRemovedWithChildren(@NotNull Block node) |
void |
blockRemovedWithDescendants(@NotNull Block node) |
void blockAdded(@NotNull
@NotNull Block node)
void blockAddedWithChildren(@NotNull
@NotNull Block node)
void blockAddedWithDescendants(@NotNull
@NotNull Block node)
void blockRemoved(@NotNull
@NotNull Block node)
void blockRemovedWithChildren(@NotNull
@NotNull Block node)
void blockRemovedWithDescendants(@NotNull
@NotNull Block node)
Copyright © 2020. All rights reserved.