OSDN Git Service

step by step
[importpicture/importpicture.git] / src / osm / jp / gpx / matchtime / gui / PanelAction.java
1 package osm.jp.gpx.matchtime.gui;
2
3 public interface PanelAction {
4     void openAction();
5 }