Interface JavaScriptCallback

  • 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 JavaScriptCallback
    An object that can be set as the first argument to a Widget listener to handle ScriptEvents with Java code, rather than cs2.