Interface NotificationManager

  • All Known Implementing Classes:
    TransformerNotificationManager

    public interface NotificationManager
    Initialise components which enables the system to subscribe to and send notifications.
    • Method Detail

      • initialise

        void initialise​(NotificationManager.Context context)
                 throws java.lang.Exception
        Initialise notification components with the given context
        Parameters:
        context - Context
        Throws:
        java.lang.Exception
      • onActionNotification

        void onActionNotification​(ActionNotificationDetails details)
        Send a successful notification
        Parameters:
        details - - ActionNotificationDetails
      • onFailNotification

        void onFailNotification​(FailNotificationDetails details)
        Send an notification on failed action
        Parameters:
        details - FailNotificationDetails
      • onDeleteNotification

        void onDeleteNotification​(DeleteNotificationDetails details)
        Send an notification on delete action
        Parameters:
        details - DeleteNotificationDetails
      • onFillNotification

        void onFillNotification​(FillNotificationDetails details)
        Send an notification on fill action
        Parameters:
        details - FillNotificationDetails