aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/ui/OnAccountListChangedListener.java
blob: 98ef445ec742fd9ec6026e97fa8f9e185e8a17c8 (plain)
1
2
3
4
5
package eu.siacs.conversations.ui;

public interface OnAccountListChangedListener {
	public void onAccountListChangedListener();
}