package eu.siacs.conversations.ui; public interface UiInformableCallback extends UiCallback { void inform(String text); }