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

com.flipboard.goldengate.Callback Maven / Gradle / Ivy

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