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

jjbridge.engine.utils.CleanUpAction Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package jjbridge.engine.utils;

/**
 * An action to be performed before clean up.
 * */
public interface CleanUpAction
{
    /**
     * Performs the clean up.
     * */
    void cleanUp();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy