Revision 38434 branches/v2_0_0_prep/extensions/org.gvsig.installer/org.gvsig.installer.swing/org.gvsig.installer.swing.api/src/main/java/org/gvsig/installer/swing/api/wizard/InstallerWizardPanel.java

View differences:

InstallerWizardPanel.java
54 54
	public List<CancellableTask> getCancellableTasks();
55 55

  
56 56
	public void addCancellableTask(CancellableTask task);
57
	
58
	/**
59
	 * Tells whether this install wizard needs to restart
60
     * the app after install process has finished
61
     * 
62
	 * @return Whether this install wizard needs to restart
63
	 * the app after install process has finished
64
	 */
65
	public boolean needsToRestartApplicationAfterFinish();
57 66
}

Also available in: Unified diff