Made reference manager thread safe.

This commit is contained in:
akwizgran
2013-04-13 14:06:26 +01:00
parent f1ebbc28f3
commit 32cf3e24e2
3 changed files with 5 additions and 12 deletions

View File

@@ -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 {