Changeset 11904 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2017-04-14T21:06:41+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r11848 r11904 281 281 } 282 282 283 /** 284 * Returns all ClassLoaders whose resource should be searched. 285 * @return all ClassLoaders whose resource should be searched 286 */ 283 287 public static Collection<ClassLoader> getResourceClassLoaders() { 284 288 return Collections.unmodifiableCollection(sources); … … 716 720 PluginProxy pluginProxy = plugin.load(klass); 717 721 pluginList.add(pluginProxy); 718 Main.add MapFrameListener(pluginProxy, true);722 Main.addAndFireMapFrameListener(pluginProxy); 719 723 } 720 724 msg = null;
Note: See TracChangeset
for help on using the changeset viewer.