Uses of Interface
com.biglybt.pif.logging.LogAlertListener
-
Packages that use LogAlertListener Package Description com.biglybt.pif.logging com.biglybt.pifimpl.local.logging -
-
Uses of LogAlertListener in com.biglybt.pif.logging
Methods in com.biglybt.pif.logging with parameters of type LogAlertListener Modifier and Type Method Description void
Logger. addAlertListener(LogAlertListener listener)
Add a listener to be informed of any alerts to be displayed to users.void
Logger. removeAlertListener(LogAlertListener listener)
Remove a previously added alert listener. -
Uses of LogAlertListener in com.biglybt.pifimpl.local.logging
Methods in com.biglybt.pifimpl.local.logging with parameters of type LogAlertListener Modifier and Type Method Description void
LoggerImpl. addAlertListener(LogAlertListener listener)
void
LoggerImpl. removeAlertListener(LogAlertListener listener)
-