/** * 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); }
/** * 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); }