Interface GeometryFunctionListener
-
- All Superinterfaces:
java.util.EventListener
public interface GeometryFunctionListener extends java.util.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)
-
-