Interface ScriptDependencyListener

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

@NonNullByDefault @FunctionalInterface public interface ScriptDependencyListener extends Consumer<String>
Interface that allows listener to be notified of script dependencies (libraries)
Author:
Jonathan Gilbert - Initial contribution
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(String dependency)
     

    Methods inherited from interface java.util.function.Consumer

    andThen