org.gudy.azureus2.plugins.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
 void alertRaised(LogAlert alert)
           
 

Method Detail

alertRaised

void alertRaised(LogAlert alert)