Package com.biglybt.core.update
Interface ClientRestarter
-
- All Known Implementing Classes:
ClientRestarterImpl
public interface ClientRestarter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
restart(boolean update_only)
void
updateNow()
-
-
-
Method Detail
-
restart
void restart(boolean update_only)
-
updateNow
void updateNow() throws CoreException
- Throws:
CoreException
-
-