Revision 41218 trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/java/org/gvsig/andami/PluginsManager.java

View differences:

PluginsManager.java
163 163
     * @deprecated @see {@link #getPluginsFolders()}
164 164
     */
165 165
	public File getPluginsDirectory();
166
	
167
	/**
168
	 * This method allows plugins to require the execution of
169
	 * tasks
170
	 * 
171
	 * @param task
172
	 * @param in_event_thread
173
	 * @param priority
174
	 */
175
	public void addAdditionalTask(Runnable task, boolean in_event_thread, int priority);
176
	
177
	/**
178
	 * This method executes the tasks required by the plugins. 
179
	 * 
180
	 * @return
181
	 */
182
	public void executeAdditionalTasks();
166 183

  
167 184
}

Also available in: Unified diff