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

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • alertRaised

      void alertRaised(LogAlert alert)