java.lang.Object | +----java.util.EventObject | +----cern.lhcias.csgui.Events.TagClickedEvent
This event is used to broadcast the fact that the operator has clicked on the representation of a tag in some TagsViews. Menu bars that show the name of the clicked tag and tree representation of TagsViews subscribe to this event.
public String TagName
public boolean SentbyComponent
public TagClickedEvent(Object sourceObject)
public void setTagName(String name)
public void setSentbyComponent(boolean flag)