Interface ForestListener

  • 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 ForestListener
    extends EventListener
    Called each time an event occurs on a tree forest.
    Since:
    13.0
    Version:
    17.0 2020-01-04 14:41:41
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    mathtree
    • Method Detail

      • forestChanged

        void forestChanged​(ForestEvent event)
        A child of the specified node was added.
        Parameters:
        event - is the description of the event