Newer
Older
restamp-gui / src / main / java / osm / surveyor / matchtime / gui / ParamAction.java
@haya4 haya4 on 7 May 2020 147 bytes from ReStamp v3.1
package osm.surveyor.matchtime.gui;

public interface ParamAction {
    boolean isEnable();
    void setText(String text);
    String getText();
}