mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Made reference manager thread safe.
This commit is contained in:
@@ -4,9 +4,6 @@ package net.sf.briar.api.android;
|
||||
* Manages mappings between object references and serialisable handles. This
|
||||
* enables references to be passed between Android UI objects that belong to
|
||||
* the same process but can only communicate via serialisation.
|
||||
* <p>
|
||||
* This interface is designed to be accessed from the UI thread, so
|
||||
* implementations may not be thread-safe.
|
||||
*/
|
||||
public interface ReferenceManager {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user