Package com.biglybt.pif.update
Interface UpdateInstallerListener
-
public interface UpdateInstallerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
complete()
void
failed(UpdateException exception)
void
reportProgress(java.lang.String str)
-
-
-
Method Detail
-
reportProgress
void reportProgress(java.lang.String str)
-
complete
void complete()
-
failed
void failed(UpdateException exception)
-
-