Uses of Interface
com.biglybt.ui.swt.Alerts.AlertHistoryListener
-
Packages that use Alerts.AlertHistoryListener Package Description com.biglybt.ui.swt com.biglybt.ui.swt.mainwindow -
-
Uses of Alerts.AlertHistoryListener in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt with type parameters of type Alerts.AlertHistoryListener Modifier and Type Field Description private static CopyOnWriteList<Alerts.AlertHistoryListener>
Alerts. listMessageHistoryListeners
Methods in com.biglybt.ui.swt with parameters of type Alerts.AlertHistoryListener Modifier and Type Method Description static void
Alerts. addMessageHistoryListener(Alerts.AlertHistoryListener l)
static void
Alerts. removeMessageHistoryListener(Alerts.AlertHistoryListener l)
-
Uses of Alerts.AlertHistoryListener in com.biglybt.ui.swt.mainwindow
Fields in com.biglybt.ui.swt.mainwindow declared as Alerts.AlertHistoryListener Modifier and Type Field Description private Alerts.AlertHistoryListener
MainStatusBar. alertHistoryListener
-