Uses of Interface
com.biglybt.core.logging.ILogAlertListener
Packages that use ILogAlertListener
-
Uses of ILogAlertListener in com.biglybt.core.logging
Methods in com.biglybt.core.logging with parameters of type ILogAlertListenerModifier and TypeMethodDescriptionstatic void
Logger.addListener
(ILogAlertListener aListener) Add a listener that's triggered when an alert is logged.static void
Logger.removeListener
(ILogAlertListener aListener) Remove a previously added log listener -
Uses of ILogAlertListener in com.biglybt.core.logging.impl
Methods in com.biglybt.core.logging.impl with parameters of type ILogAlertListenerModifier and TypeMethodDescriptionvoid
LoggerImpl.addListener
(ILogAlertListener l) void
LoggerImpl.removeListener
(ILogAlertListener l) -
Uses of ILogAlertListener in com.biglybt.ui.console
Fields in com.biglybt.ui.console declared as ILogAlertListener