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 voidfunctionInvoked(GeometryFunctionEvent e)voidfunctionSelected(GeometryFunctionEvent e)
-
-
-
Method Detail
-
functionSelected
void functionSelected(GeometryFunctionEvent e)
-
functionInvoked
void functionInvoked(GeometryFunctionEvent e)
-
-