Package com.biglybt.pif.installer
Interface PluginInstallationListener
-
public interface PluginInstallationListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancelled()
void
completed()
void
failed(PluginException e)
-
-
-
Method Detail
-
completed
void completed()
-
cancelled
void cancelled()
-
failed
void failed(PluginException e)
-
-