Changeset 23209 in osm for applications/editors/josm/plugins/smed/src/smed/plug/ifc/SmedPluggable.java
- Timestamp:
- 2010-09-16T11:38:18+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/smed/plug/ifc/SmedPluggable.java
r23199 r23209 6 6 public interface SmedPluggable { 7 7 8 9 10 11 12 13 14 8 boolean start(); 9 boolean stop(); 10 String getName(); 11 String getInfo(); 12 JComponent getComponent(); 13 14 void setPluginManager(SmedPluginManager manager); 15 15 16 16 }
Note:
See TracChangeset
for help on using the changeset viewer.