Uses of Interface
com.biglybt.core.logging.ILogAlertListener
-
Packages that use ILogAlertListener Package Description com.biglybt.core.logging com.biglybt.core.logging.impl -
-
Uses of ILogAlertListener in com.biglybt.core.logging
Methods in com.biglybt.core.logging with parameters of type ILogAlertListener Modifier and Type Method Description static 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 ILogAlertListener Modifier and Type Method Description void
LoggerImpl. addListener(ILogAlertListener l)
void
LoggerImpl. removeListener(ILogAlertListener l)
-