2014-02-28 18:46:01 +01:00
|
|
|
package eu.siacs.conversations.xmpp;
|
2014-02-04 15:09:50 +01:00
|
|
|
|
2014-02-28 18:46:01 +01:00
|
|
|
import eu.siacs.conversations.entities.Account;
|
2014-02-04 15:09:50 +01:00
|
|
|
|
|
|
|
public interface OnStatusChanged {
|
|
|
|
public void onStatusChanged(Account account);
|
|
|
|
}
|