fbench.dom.events
Class System

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

public class System
extends MutationListener

A listener for MutationEvents from a System configuration and its children.

Version:
20051111/JHC
Author:
JHC

Constructor Summary
System()
           
System(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

System

public System()

System

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