Skip to content

Extensive support for passing GWT Java functions to JavaScript APIs that require JavaScript functions

License

Notifications You must be signed in to change notification settings

richkadel/jsfunction-gwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note that this library is now maintained in the Harmonia Holdings Group GitHub site for JSFunction-GWT

jsfunction-gwt

See the full project page and JavaDoc.

Extensive support for passing GWT Java functions to JavaScript APIs that require JavaScript functions.

The library supports:

  • Passing Java functions to javascript for future invocation (e.g., callbacks)
  • Calling JavaScript functions that return results asynchronously (that is, the JavaScript method will invoke a Java result handler when the result is available)
  • No-argument functions and functions with variable length argument lists
  • Optional support for passing non-JavaScript Java Objects as types or return values (which can be handy, but use with caution as these objects cannot be serialized,such as with JSON)

About

Extensive support for passing GWT Java functions to JavaScript APIs that require JavaScript functions

Resources

License

Stars

Watchers

Forks

Packages

No packages published