Interface TreeNodePredicateListener<S extends Script>

Type Parameters:
S -
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 TreeNodePredicateListener<S extends Script>
A listener for when a choice in the tree is made
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(S script, boolean oldValue, boolean newValue)
     
  • Method Details

    • accept

      void accept(S script, boolean oldValue, boolean newValue)