Ejemplo n.º 1
0
 /**
  * Adds a changeableInfoListener object to the ChangeableInfoManager's listener list; this method
  * provides a bridge to the ChangeableInfoManager for lower level objects scattered throughout the
  * bean that lack access to the ChangeableInfoManager object.
  *
  * @param obj object interested in listening for ChangeableInfo
  */
 public void addChangeableInfoListener(ChangeableInfoListener obj) {
   cim.addChangeableInfoListener(obj);
 }