Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.merlotxml.merlot
Class GenericDOMEditor.GenericSanityCheckListener  view GenericDOMEditor.GenericSanityCheckListener download GenericDOMEditor.GenericSanityCheckListener.java

java.lang.Object
  extended byorg.merlotxml.merlot.GenericDOMEditor.GenericSanityCheckListener
All Implemented Interfaces:
java.util.EventListener, java.beans.VetoableChangeListener
Enclosing class:
GenericDOMEditor

public static class GenericDOMEditor.GenericSanityCheckListener
extends java.lang.Object
implements java.beans.VetoableChangeListener


Constructor Summary
GenericDOMEditor.GenericSanityCheckListener()
           
 
Method Summary
 void vetoableChange(java.beans.PropertyChangeEvent evt)
          Fired before a Bean's property changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericDOMEditor.GenericSanityCheckListener

public GenericDOMEditor.GenericSanityCheckListener()
Method Detail

vetoableChange

public void vetoableChange(java.beans.PropertyChangeEvent evt)
                    throws java.beans.PropertyVetoException
Description copied from interface: java.beans.VetoableChangeListener
Fired before a Bean's property changes.

Specified by:
vetoableChange in interface java.beans.VetoableChangeListener