mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Cancel outstanding tasks and shut down the executor.
This commit is contained in:
@@ -6,10 +6,10 @@ public interface PluginManager {
|
||||
* Starts the plugins and returns the number of plugins successfully
|
||||
* started.
|
||||
*/
|
||||
int startPlugins();
|
||||
int start();
|
||||
|
||||
/**
|
||||
* Stops the plugins and returns the number of plugins successfully stopped.
|
||||
*/
|
||||
int stopPlugins();
|
||||
int stop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user