Interface ForestChange.Visitor
- Enclosing class:
- ForestChange
public static interface ForestChange.Visitor
The interface to use when making different actions depending on the specific type of the change.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(ForestChange.Add add) voidvisit(ForestChange.Move move) voidvisit(ForestChange.Remove remove) voidvisit(ForestChange.Reorder reorder)
-
Method Details
-
visit
-
visit
-
visit
-
visit
-