Interface AlertListener

All Known Implementing Classes:
AlertListenerStub

public interface AlertListener
Object that represents a callback attached to an alert.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback to know if an alert stops.
  • Method Details

    • onTerminated

      void onTerminated(@NonNull Alert alert)
      Callback to know if an alert stops.

      Parameters:
      alert - the alert that stops