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

org.webswing.demo.jslink.resources.callback.js Maven / Gradle / Ivy

There is a newer version: 2.6.5
Show newest version
(function() {
    function callbackFunction(string) {
        alert('Callback function invoked with argument:' + string);
    }
    dummyService.methodWithCallback(callbackFunction);
})()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy