Example usage for Java javafx.util Callback fields, constructors, methods, implement or subclass
The text is from its open source code.
R | call(P param) The call method is called when required, and is given a single argument of type P, with a requirement that an object of type R is returned. |