Class HistoryReferenceEventPublisher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EVENT_NOTE_SET
      The event sent when a new note has been (re)set to a HistoryReference.
      static java.lang.String EVENT_REMOVED
      The event sent when a HistoryReference is removed.
      static java.lang.String EVENT_TAG_ADDED
      The event sent when a tag is added to a HistoryReference.
      static java.lang.String EVENT_TAG_REMOVED
      The event sent when a tag is removed a HistoryReference.
      static java.lang.String EVENT_TAGS_SET
      The event sent when new tags are set (for example, multiple added and one removed) to a HistoryReference.
      static java.lang.String FIELD_HISTORY_REFERENCE_ID
      The event's field that contains the ID of the HistoryReference of the event.
    • Field Detail

      • EVENT_REMOVED

        public static final java.lang.String EVENT_REMOVED
        The event sent when a HistoryReference is removed.
        See Also:
        Constant Field Values
      • EVENT_TAG_ADDED

        public static final java.lang.String EVENT_TAG_ADDED
        The event sent when a tag is added to a HistoryReference.
        See Also:
        Constant Field Values
      • EVENT_TAG_REMOVED

        public static final java.lang.String EVENT_TAG_REMOVED
        The event sent when a tag is removed a HistoryReference.
        See Also:
        Constant Field Values
      • EVENT_TAGS_SET

        public static final java.lang.String EVENT_TAGS_SET
        The event sent when new tags are set (for example, multiple added and one removed) to a HistoryReference.
        See Also:
        Constant Field Values
      • EVENT_NOTE_SET

        public static final java.lang.String EVENT_NOTE_SET
        The event sent when a new note has been (re)set to a HistoryReference.
        See Also:
        Constant Field Values
      • FIELD_HISTORY_REFERENCE_ID

        public static final java.lang.String FIELD_HISTORY_REFERENCE_ID
        The event's field that contains the ID of the HistoryReference of the event.
        See Also:
        Constant Field Values
    • Constructor Detail

      • HistoryReferenceEventPublisher

        public HistoryReferenceEventPublisher()
    • Method Detail

      • getPublisherName

        public java.lang.String getPublisherName()
        Description copied from interface: EventPublisher
        The name by which the publisher is know - typically the full class name of the publisher. Only one publisher can register with a given name.
        Specified by:
        getPublisherName in interface EventPublisher
        Returns:
        the name of the publisher, never null.