forked from I2P_Developers/i2p.i2p
- Fix spacing in summary bar
- Add start() in UpdateTask so things happen in the right order - Add toString() in UpdateTask for better debugging - Fix getID() for plugin UpdateTasks
This commit is contained in:
@ -9,6 +9,11 @@ import java.net.URI;
|
||||
*/
|
||||
public interface UpdateTask {
|
||||
|
||||
/**
|
||||
* Tasks must not start themselves in the constructor. Do it here.
|
||||
*/
|
||||
public void start();
|
||||
|
||||
public void shutdown();
|
||||
|
||||
public boolean isRunning();
|
||||
|
Reference in New Issue
Block a user