Package sc.fiji.snt.gui
Interface CostPalette.Listener
- Enclosing class:
CostPalette
public static interface CostPalette.Listener
Listener notified when the user picks (or cancels).
-
Method Summary
Modifier and TypeMethodDescriptionvoidcostFunctionPicked(SNT.CostType chosen, Path chosenPath) User picked a CostType;chosenPathis the corresponding A* result.default voidUser dismissed without picking.
-
Method Details
-
costFunctionPicked
User picked a CostType;chosenPathis the corresponding A* result. -
dismissed
default void dismissed()User dismissed without picking.
-