Uses of Interface
com.biglybt.pif.logging.LoggerAlertListener
-
Packages that use LoggerAlertListener Package Description com.biglybt.pif.logging com.biglybt.pifimpl.local.logging -
-
Uses of LoggerAlertListener in com.biglybt.pif.logging
Methods in com.biglybt.pif.logging with parameters of type LoggerAlertListener Modifier and Type Method Description void
Logger. addAlertListener(LoggerAlertListener listener)
Add LoggerAlertListener for all alerts raised.void
Logger. removeAlertListener(LoggerAlertListener listener)
Remove previously added AlertListener. -
Uses of LoggerAlertListener in com.biglybt.pifimpl.local.logging
Methods in com.biglybt.pifimpl.local.logging with parameters of type LoggerAlertListener Modifier and Type Method Description void
LoggerImpl. addAlertListener(LoggerAlertListener listener)
void
LoggerImpl. removeAlertListener(LoggerAlertListener listener)
-