Class TaggingEvent

  • All Implemented Interfaces:
    ChangeEvent

    public class TaggingEvent
    extends OriginatingEvent
    A representation of a notification that a tag has been changed on a web-searchable item.
    Author:
    Alex Kalderimis.
    • Constructor Detail

      • TaggingEvent

        public TaggingEvent​(WebSearchable origin,
                            java.lang.String tagName,
                            TaggingEvent.TagChange action)
        Constructor.
        Parameters:
        origin - The item involved in the event.
        tagName - The name of the tag involved.
        action - Whethe the tag was added or removed.
    • Method Detail

      • getTagName

        public java.lang.String getTagName()
        Returns:
        the name of the tag involved.