Search in sources :

Example 1 with AlertManager

use of io.bitsquare.alert.AlertManager in project bitsquare by bitsquare.

the class BitsquareApp method showSendAlertMessagePopup.

private void showSendAlertMessagePopup() {
    AlertManager alertManager = injector.getInstance(AlertManager.class);
    new SendAlertMessageWindow().onAddAlertMessage(alertManager::addAlertMessageIfKeyIsValid).onRemoveAlertMessage(alertManager::removeAlertMessageIfKeyIsValid).show();
}
Also used : AlertManager(io.bitsquare.alert.AlertManager)

Aggregations

AlertManager (io.bitsquare.alert.AlertManager)1