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

com.axellience.vueroutergwt.client.hooks.HasBeforeRouterEnter Maven / Gradle / Ivy

The newest version!
package com.axellience.vueroutergwt.client.hooks;

import com.axellience.vuegwt.core.annotations.component.HookMethod;
import com.axellience.vueroutergwt.client.Route;
import com.axellience.vueroutergwt.client.functions.Next;
import jsinterop.annotations.JsMethod;

/**
 * @author Adrien Baron
 */
public interface HasBeforeRouterEnter {

  @JsMethod
  @HookMethod
  void beforeRouteEnter(Route to, Route from, Next next);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy