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

io.mateu.mdd.vaadin.controllers.Controller Maven / Gradle / Ivy

There is a newer version: 1.1.60
Show newest version
package io.mateu.mdd.vaadin.controllers;

import io.mateu.mdd.vaadin.navigation.ViewStack;

public abstract class Controller {

    public abstract Object apply(ViewStack stack, String path, String step, String cleanStep, String remaining) throws Throwable;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy