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

org.bklab.flow.parameter.IParameterEditor Maven / Gradle / Ivy

There is a newer version: 22.0.1
Show newest version
package org.bklab.flow.parameter;

import org.bklab.flow.util.element.HasSaveListeners;

public interface IParameterEditor extends HasSaveListeners {

    boolean supportEdit(ParameterEntry parameterEntry);

    void edit(ParameterEntry parameterEntry);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy