package osm.surveyor.matchtime.gui; public interface ParamAction { boolean isEnable(); void setText(String text); String getText(); }