Interface Event

    • Method Detail

      • setTimestamp

        void setTimestamp​(java.util.Date val)
        Parameters:
        val - Time at which this event was created.
        Since:
        ARI_0_0_1
      • getTimestamp

        java.util.Date getTimestamp()
        Time at which this event was created.
        Returns:
        Date
        Since:
        ARI_0_0_1
      • setApplication

        void setApplication​(java.lang.String val)
        Parameters:
        val - Name of the application receiving the event.
        Since:
        ARI_0_0_1
      • getApplication

        java.lang.String getApplication()
        Name of the application receiving the event.
        Returns:
        String
        Since:
        ARI_0_0_1