Listeners for local transport updates.

This commit is contained in:
akwizgran
2011-08-02 09:44:15 +01:00
parent ff0909a0e9
commit 0e48f4ba55
4 changed files with 94 additions and 0 deletions

View File

@@ -151,6 +151,9 @@ public interface DatabaseComponent {
/** Records the user's rating for the given author. */
void setRating(AuthorId a, Rating r) throws DbException;
/** Sets the local transport details, replacing any existing details. */
void setTransports(Map<String, String> transports) throws DbException;
/**
* Makes the given group visible to the given set of contacts and invisible
* to any other contacts.