Interface ShapeGeometryChangeListener

  • All Superinterfaces:
    EventListener
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ShapeGeometryChangeListener
    extends EventListener
    A shape has change its geometry.
    Since:
    13.0
    Version:
    17.0 2020-01-04 14:41:43
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    mathgeom
    • Method Detail

      • shapeGeometryChange

        void shapeGeometryChange​(Shape3i<?> shape)
        Invoked when the given shape has change of geometry.
        Parameters:
        shape - the shape.