blob: bcfef66fdaafb4b122212f6e60d70a8e8c533e23 [file] [log] [blame]
package org.sflphone.interfaces;
import android.content.Intent;
public interface AccountsInterface {
public void accountsChanged();
public void accountStateChanged(Intent accountState);
}