Interface ScriptDependencyListener
- 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