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

org.nakedobjects.plugins.htmlviewer.request.Action Maven / Gradle / Ivy

package org.nakedobjects.plugins.htmlviewer.request;

import org.nakedobjects.plugins.htmlviewer.component.Page;



public interface Action {

    void execute(Request request, Context context, Page page);

    String name();

}

// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy