Package 

Interface ConfigVetoableChangeListener

    • Method Summary

      Modifier and Type Method Description
      abstract void vetoableChange(PropertyChangeEvent e) 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
    • Method Detail

      • vetoableChange

         abstract void vetoableChange(PropertyChangeEvent e)

        Fired before a Bean's property changes.

        Parameters:
        e - the change (containing the old and new values)