Interface GeometryFunctionListener
-
- All Superinterfaces:
EventListener
public interface GeometryFunctionListener extends EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
functionInvoked(GeometryFunctionEvent e)
void
functionSelected(GeometryFunctionEvent e)
-
-
-
Method Detail
-
functionSelected
void functionSelected(GeometryFunctionEvent e)
-
functionInvoked
void functionInvoked(GeometryFunctionEvent e)
-
-