blob: bcfef66fdaafb4b122212f6e60d70a8e8c533e23 [file] [log] [blame]
Alexandre Lision064e1e02013-10-01 16:18:42 -04001package org.sflphone.interfaces;
alision58356b72013-06-03 17:13:36 -04002
3import android.content.Intent;
4
5public interface AccountsInterface {
6
7 public void accountsChanged();
8
9 public void accountStateChanged(Intent accountState);
10
11
12}