com.hp.lft.sdk.sap.ui5

Interface Notification

  • All Known Subinterfaces:
    Message


    public interface Notification
    A notification in a notifier of a SAPUI notification bar.
    • Method Summary

      Modifier and TypeMethod and Description
      java.util.DategetReceivedTime()
      Returns the time when the notification is received.
      java.lang.StringgetText()
      Returns the text of the notification.
    • Method Detail

      • getReceivedTime

        java.util.Date getReceivedTime()
                                throws GeneralLeanFtException
        Returns the time when the notification is received.
        Returns:
        The time when the notification is received.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.