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

tools.dynamia.actions.ActionRunner Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package tools.dynamia.actions;

public interface ActionRunner {

    void run(Action action, ActionEvent evt);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy