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

de.tsl2.nano.action.IFAction Maven / Gradle / Ivy

Go to download

TSL2 Framework Commons (Collections, Actions/Excecution, Readers, Xml, Print, Mail, FuzzyFinder, Proxies, Network-Structure)

The newest version!
package de.tsl2.nano.action;

@FunctionalInterface
public interface IFAction {

    /**
     * The action to be started
     * 
     * @return result of the action. use {@link #CANCELED} to define for buttons, the action was canceled.
     * @throws Exception
     */
    RETURNTYPE action() throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy