Interface Alert<T>

Type Parameters:
T - the object to execute alert detection and handling on
All Known Subinterfaces:
StatusAlert
All Known Implementing Classes:
AbstractAlert, AbstractStatusAlert, DSSErrorHandlerAlert, DSSExternalResourceExceptionAlert, ExceptionOnStatusAlert, LogOnStatusAlert, LOTLAlert, ProtectedDocumentExceptionOnStatusAlert, SilentOnAlert, SilentOnStatusAlert, TLAlert

public interface Alert<T>
The interface to handle alert detection and execution
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    alert(T object)
    Detect and execute the alert on the provided object
  • Method Details

    • alert

      void alert(T object)
      Detect and execute the alert on the provided object
      Parameters:
      object - to detect and, if needed, execute the alert on