Package bear.main.event

Examples of bear.main.event.PhaseFinishedEventToUI


    private void sendAllFinishedResults(SessionContext $, long duration) {
        List<ConsolesDivider.EqualityGroup> groups = groupDivider.divideIntoGroups();

        SessionContext.ui.info(
            new PhaseFinishedEventToUI(duration, groups, getName())
                .setParentId(id));
    }
View Full Code Here

TOP

Related Classes of bear.main.event.PhaseFinishedEventToUI

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.