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.
TagChangeEvent(Object)
-
addTag(String)
- used by the sender of the event
contains(String)
- true if tagName has its value changed
elementAt(int)
- returns the name of the tag at position i
removeTag(String)
-
size()
- returns the number of tags which values have changed.

TagChangeEvent
public TagChangeEvent(Object sourceObject)

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

removeTag
public void removeTag(String tagName)

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

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

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