fbench.dom.events
Class ECC

java.lang.Object
  extended by fbench.dom.ElementModel
      extended by fbench.dom.events.MutationListener
          extended by fbench.dom.events.ECC
All Implemented Interfaces:
org.w3c.dom.events.EventListener

public class ECC
extends MutationListener

A listener for MutationEvents from an ECC and its children.

Version:
20051111/JHC
Author:
JHC

Constructor Summary
ECC()
           
ECC(org.w3c.dom.Element el)
           
 
Method Summary
 
Methods inherited from class fbench.dom.events.MutationListener
forElement, handleEvent, setElement
 
Methods inherited from class fbench.dom.ElementModel
equals, forElement, getComment, getElement, getName, getType, isDigit, isLetter, isName, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ECC

public ECC()

ECC

public ECC(org.w3c.dom.Element el)