Package eu.scape_project.planning.bean.CriterionSelector

Examples of eu.scape_project.planning.bean.CriterionSelector.ChangeListener


    public KBrowser() {
    }

    public void initBean() {
        criterionSelector.init();
        criterionSelector.addChangeListener(new ChangeListener() {
            @Override
            public void selected() {
                checkInputAndCalculateSelectiveStatistics();
            }
        });
View Full Code Here

TOP

Related Classes of eu.scape_project.planning.bean.CriterionSelector.ChangeListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.