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