Interface Event

    • Method Detail

      • getID

        long getID()
        Gets the ID for this event that is set consecutively for all events of the same type produced by the same event source.
        Returns:
        The ID for this event.
      • getEventManager

        URI[] getEventManager()
        Gets the URI of the event manager of the event source that produced this event.
        Returns:
        The URI of the event manager of the event source that produced this event.
      • getEventType

        String getEventType()
        Gets the type of this event.
        Returns:
        The type of this event.
      • getSourceType

        String getSourceType()
        Gets the type of the source of this event.
        Returns:
        The type of the source of of this event.
      • getSourceID

        String getSourceID()
        Gets the ID of the source of this event.
        Returns:
        The ID of the source of of this event.
      • getCreationTime

        long getCreationTime()
        Gets the time (in milliseconds) this event has been created.
        Returns:
        The time (in milliseconds) this event has been created.
        See Also:
        System.currentTimeMillis()