コード例 #1
0
ファイル: AgeSetFacet.java プロジェクト: neonobjclash/pcgen
 /**
  * Initializes the connections for AgeSetFacet to other facets.
  *
  * <p>This method is automatically called by the Spring framework during initialization of the
  * AgeSetFacet.
  */
 public void init() {
   raceFacet.addDataFacetChangeListener(this);
   regionFacet.addDataFacetChangeListener(this);
   ageFacet.addDataFacetChangeListener(this);
   bioSetFacet.addDataFacetChangeListener(this);
   OutputDB.register("ageset", this);
 }
コード例 #2
0
ファイル: AgeSetFacet.java プロジェクト: jkat718/pcgen
 /**
  * Initializes the connections for AgeSetFacet to other facets.
  *
  * <p>This method is automatically called by the Spring framework during initialization of the
  * AgeSetFacet.
  */
 public void init() {
   raceFacet.addDataFacetChangeListener(this);
   regionFacet.addDataFacetChangeListener(this);
   ageFacet.addDataFacetChangeListener(this);
   bioSetFacet.addDataFacetChangeListener(this);
 }