OSDN Git Service

c0891019113c496fb3fb5ffb06947adbfe033721
[restamp/Restamp-gui.git] / src / main / java / osm / surveyor / matchtime / gui / PanelAction.java
1 package osm.surveyor.matchtime.gui;
2
3 public interface PanelAction {
4     void openAction();
5     
6     /**
7      * 入力条件が満たされているかどうか
8      * @return 
9      */
10     boolean isEnable();
11 }