Ejemplo n.º 1
0
 /**
  * Add the given listener. Will receive a change event for changes to the bean being edited.
  *
  * @param l Listner to add.
  */
 public void addPropertyChangeListener(PropertyChangeListener l) {
   _changeListeners.add(l);
 }