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

org.bidib.wizard.api.model.function.Delayable Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
package org.bidib.wizard.api.model.function;

public interface Delayable {
    /**
     * @return the delay value
     */
    int getDelay();

    /**
     * @param delay
     *            the delay value
     */
    void setDelay(int delay);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy