public interface InstallCallBack
extends java.io.Closeable
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Used to close this window. | 
| void | congifureGUI(RSRemoteCatalogResolver.StaticCatalogEntry entry)This method is called by the installation thread informing the GUI about the
 package going to be installed. | 
| void | setError(java.lang.Throwable t)In case of errors, the installation thread sends the error message to the GUI. | 
| void | setProgress(int value)This method is called by the installation thread informing about progress in the
 downloading process and installation. | 
void congifureGUI(RSRemoteCatalogResolver.StaticCatalogEntry entry)
entry - instance of StaticCatalogEntry to be installedvoid setProgress(int value)
value - a number between 0 and 100. 100 is fully installedvoid setError(java.lang.Throwable t)
t - the error producedvoid close()
close in interface java.lang.AutoCloseableclose in interface java.io.CloseableCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa