Uses of Class
com.biglybt.core.logging.LogAlert
-
Packages that use LogAlert Package Description com.biglybt.core.logging com.biglybt.core.logging.impl com.biglybt.ui.swt com.biglybt.ui.swt.mainwindow -
-
Uses of LogAlert in com.biglybt.core.logging
Methods in com.biglybt.core.logging with parameters of type LogAlert Modifier and Type Method Description void
ILogAlertListener. alertRaised(LogAlert alert)
An alert has been generatedstatic void
Logger. log(LogAlert alert)
static void
Logger. logTextResource(LogAlert alert)
static void
Logger. logTextResource(LogAlert alert, java.lang.String[] params)
-
Uses of LogAlert in com.biglybt.core.logging.impl
Methods in com.biglybt.core.logging.impl with parameters of type LogAlert Modifier and Type Method Description void
LoggerImpl. log(LogAlert alert)
void
LoggerImpl. logTextResource(LogAlert alert)
void
LoggerImpl. logTextResource(LogAlert alert, java.lang.String[] params)
-
Uses of LogAlert in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt with type parameters of type LogAlert Modifier and Type Field Description private static java.util.List<LogAlert>
Alerts. alert_queue
alert queue is used at startup, prior to initialization to collect and incoming alerts and start them.private static java.util.ArrayList<LogAlert>
Alerts. listUnviewedLogAlerts
Methods in com.biglybt.ui.swt that return types with arguments of type LogAlert Modifier and Type Method Description static java.util.ArrayList<LogAlert>
Alerts. getUnviewedLogAlerts()
Methods in com.biglybt.ui.swt with parameters of type LogAlert Modifier and Type Method Description void
Alerts.AlertHistoryListener. alertHistoryAdded(LogAlert alert)
void
Alerts.AlertHistoryListener. alertHistoryRemoved(LogAlert alert)
static void
Alerts. markAlertAsViewed(LogAlert alert)
protected static void
Alerts. showAlert(LogAlert alert)
-
Uses of LogAlert in com.biglybt.ui.swt.mainwindow
Fields in com.biglybt.ui.swt.mainwindow declared as LogAlert Modifier and Type Field Description private LogAlert
SystemWarningWindow. logAlert
Methods in com.biglybt.ui.swt.mainwindow with parameters of type LogAlert Modifier and Type Method Description protected void
MainStatusBar. updateStatusWarnings(LogAlert current_alert, boolean current_added)
Constructors in com.biglybt.ui.swt.mainwindow with parameters of type LogAlert Constructor Description SystemWarningWindow(LogAlert logAlert, org.eclipse.swt.graphics.Point ptBottomRight, org.eclipse.swt.widgets.Shell parent, int historyPosition)
-