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

public interface OnConversationListChangedListener {
	public void onConversationListChanged();
}