Uses of Class
com.biglybt.core.logging.LogAlert
Packages that use LogAlert
Package
Description
-
Uses of LogAlert in com.biglybt.core.logging
Methods in com.biglybt.core.logging with parameters of type LogAlertModifier and TypeMethodDescriptionvoidILogAlertListener.alertRaised(LogAlert alert) An alert has been generatedstatic voidstatic voidLogger.logTextResource(LogAlert alert) static voidLogger.logTextResource(LogAlert alert, String[] params) -
Uses of LogAlert in com.biglybt.core.logging.impl
Methods in com.biglybt.core.logging.impl with parameters of type LogAlertModifier and TypeMethodDescriptionvoidvoidLoggerImpl.logTextResource(LogAlert alert) voidLoggerImpl.logTextResource(LogAlert alert, String[] params) -
Uses of LogAlert in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt with type parameters of type LogAlertModifier and TypeFieldDescriptionAlerts.alert_queuealert queue is used at startup, prior to initialization to collect and incoming alerts and start them.Alerts.listUnviewedLogAlertsMethods in com.biglybt.ui.swt that return types with arguments of type LogAlertMethods in com.biglybt.ui.swt with parameters of type LogAlertModifier and TypeMethodDescriptionvoidAlerts.AlertHistoryListener.alertHistoryAdded(LogAlert alert) voidAlerts.AlertHistoryListener.alertHistoryRemoved(LogAlert alert) static voidAlerts.markAlertAsViewed(LogAlert alert) protected static void -
Uses of LogAlert in com.biglybt.ui.swt.mainwindow
Fields in com.biglybt.ui.swt.mainwindow declared as LogAlertMethods in com.biglybt.ui.swt.mainwindow with parameters of type LogAlertModifier and TypeMethodDescriptionprotected voidMainStatusBar.updateStatusWarnings(LogAlert current_alert, boolean current_added) Constructors in com.biglybt.ui.swt.mainwindow with parameters of type LogAlertModifierConstructorDescriptionSystemWarningWindow(LogAlert logAlert, org.eclipse.swt.graphics.Point ptBottomRight, org.eclipse.swt.widgets.Shell parent, int historyPosition)