gwt.react_router.client.OnRouteEnterCallbackAsync Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-react-router Show documentation
Show all versions of gwt-react-router Show documentation
Provides Java GWT bindings for React Router
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);
}