mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Create two new events to signal enabling and disabling of transports
This commit is contained in:
@@ -50,6 +50,9 @@ public interface PluginCallback {
|
||||
*/
|
||||
void showMessage(String... message);
|
||||
|
||||
/** Schedules the plugin to be polled immediately. */
|
||||
void pollNow();
|
||||
/** Signal that the transport got enabled. */
|
||||
void transportEnabled();
|
||||
|
||||
/** Signal that the transport got disabled. */
|
||||
void transportDisabled();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user