mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Poll plugins when connectivity changes. Bug #66.
This should enable us to connect to contacts faster at startup and whenever a new means of connecting becomes available.
This commit is contained in:
@@ -49,4 +49,7 @@ public interface PluginCallback {
|
||||
* format string and arguments.
|
||||
*/
|
||||
void showMessage(String... message);
|
||||
|
||||
/** Schedules the plugin to be polled immediately. */
|
||||
void pollNow();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user