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

com.axellience.vueroutergwt.client.functions.AfterEach Maven / Gradle / Ivy

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

import com.axellience.vueroutergwt.client.Route;
import jsinterop.annotations.JsFunction;

/**
 * @author Adrien Baron
 */
@FunctionalInterface
@JsFunction
public interface AfterEach {

  void afterEach(Route to, Route from);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy