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 voidLogger.addListener(ILogAlertListener aListener) Add a listener that's triggered when an alert is logged.static voidLogger.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 TypeMethodDescriptionvoidLoggerImpl.addListener(ILogAlertListener l) voidLoggerImpl.removeListener(ILogAlertListener l) -
Uses of ILogAlertListener in com.biglybt.ui.console
Fields in com.biglybt.ui.console declared as ILogAlertListener