mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 22:59:54 +01:00
Update javadoc for RemovableDriveTask.
This commit is contained in:
@@ -14,9 +14,9 @@ public interface RemovableDriveTask extends Runnable {
|
|||||||
TransportProperties getTransportProperties();
|
TransportProperties getTransportProperties();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds an observer to the task. The observer will be notified of state
|
* Adds an observer to the task. The observer will be notified on the
|
||||||
* changes on the event thread. If the task has already finished, the
|
* event thread of the current state of the task and any subsequent state
|
||||||
* observer will be notified of its final state.
|
* changes.
|
||||||
*/
|
*/
|
||||||
void addObserver(Consumer<State> observer);
|
void addObserver(Consumer<State> observer);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user