package de.gultsch.chat.ui; public interface OnConversationListChangedListener { public void onConversationListChanged(); }