Class cern.lhcias.csgui.Events.TagChangeEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----cern.lhcias.csgui.Events.TagChangeEvent

public class TagChangeEvent
extends EventObject

This event is usually sent whenever a list of tags had their values changed in the TagArrays.


Constructor Index

 o TagChangeEvent(Object)
 

Method Index

 o addTag(String)
used by the sender of the event
 o contains(String)
true if tagName has its value changed
 o elementAt(int)
returns the name of the tag at position i
 o removeTag(String)
 
 o size()
returns the number of tags which values have changed.

Constructors

 o TagChangeEvent

 public TagChangeEvent(Object sourceObject)

Methods

 o addTag

 public void addTag(String tagName)
used by the sender of the event

 o removeTag

 public void removeTag(String tagName)

 o size

 public int size()
returns the number of tags which values have changed.

 o elementAt

 public String elementAt(int i)
returns the name of the tag at position i

 o contains

 public boolean contains(String tagName)
true if tagName has its value changed