コード例 #1
0
ファイル: ConnectionSpecImpl.java プロジェクト: 69ee448a/test
 /**
  * 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);
 }