OSDN Git Service

7465e2fc77a3faeb2c83803f4d242a6324d76f4b
[restamp/Restamp-gui.git] / src / main / java / osm / surveyor / matchtime / gui / ParamAction.java
1 package osm.surveyor.matchtime.gui;
2
3 public interface ParamAction {
4     boolean isEnable();
5     void setText(String text);
6     String getText();
7 }