All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.util.Callback.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    The Callback interface is designed to allow for a common, reusable interface to exist for defining APIs that requires a call back in certain situations.

需要实现的方法:

  • Object call(Object 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.
]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy