Package eu.scape_project.planning.evaluation

Examples of eu.scape_project.planning.evaluation.IStatusListener


        // clearLogBuffer();

        // the ejb itself must not implement this interface, else we had to
        // define an interface for the whole bean
        // and we do not need to pass the ejb proxy to the evaluators...
        IStatusListener statusListener = new IStatusListener() {
            @Override
            public void updateStatus(String msg) {
                log.info(msg);
            }
        };
View Full Code Here

TOP

Related Classes of eu.scape_project.planning.evaluation.IStatusListener

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.