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

gwt.react_router.client.OnRouteEnterCallbackAsync Maven / Gradle / Ivy

The newest version!
package gwt.react_router.client;

import gwt.interop.utils.shared.functional.JsRunnable;
import jsinterop.annotations.JsFunction;

@JsFunction
public interface OnRouteEnterCallbackAsync {
    void onEnter(String nextState, JsRunnable replaceFn, JsRunnable continueFn);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy