Пример #1
0
 /**
  * Associate PropertyChangeListener with the ConnectionSpecImpl in order to notify about
  * properties changes.
  *
  * @param listener the listener to be associated with the connection spec
  */
 public void addPropertyChangeListener(PropertyChangeListener listener) {
   changes.addPropertyChangeListener(listener);
 }