
com.flipboard.goldengate.Callback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
Generate type safe java bridge into webview javascript code
The newest version!
package com.flipboard.goldengate;
/**
* Callback used to get results from a javascript call
*
* @param The return type of the javascript call
*/
public interface Callback {
void onResult(T result);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy