Package com.biglybt.pif.logging
Interface LogAlertListener
-
public interface LogAlertListener
Listener class to be used to be notified of alerts to display to the user.Note: This interface is intended to be implemented by plugins.
- Since:
- 3.1.1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
alertRaised(LogAlert alert)
-
-
-
Method Detail
-
alertRaised
void alertRaised(LogAlert alert)
-
-