Uses of Interface
com.almworks.jira.structure.api.forest.raw.ForestChangeEventHandler
Packages that use ForestChangeEventHandler
-
Uses of ForestChangeEventHandler in com.almworks.jira.structure.api.forest.raw
Methods in com.almworks.jira.structure.api.forest.raw with parameters of type ForestChangeEventHandlerModifier and TypeMethodDescriptionvoidArrayForest.mergeForest(Forest forest, long under, long after, ForestChangeEventHandler eventHandler) Merges another forest into this forest.booleanArrayForest.moveSubtree(long row, long under, long after, ForestChangeEventHandler eventHandler) Moves sub-tree rooted at the specified row to a position specified by(under, after)coordinates.intArrayForest.moveSubtreeAtIndex(int index, long under, long after, ForestChangeEventHandler eventHandler) Moves sub-tree rooted at the specified index to a position specified by(under, after)coordinates.ArrayForest.removeSubtree(long row, ForestChangeEventHandler eventHandler) Removes a subtree from this forest.ArrayForest.removeSubtreeAtIndex(int index, ForestChangeEventHandler eventHandler) Removes a sub-tree with rooted at the specified index from this forest.