Package com.totalchange.jizz.web.client.places

Examples of com.totalchange.jizz.web.client.places.InitJizzPlace


        logger.finer("Initialising HomeActivity based on HomeResult " + result);

        // If this is a new install then head over to the new install place
        if (result.isNewInstall()) {
            logger.info("Appears to be a new install, sending to welcome page");
            placeController.goTo(new InitJizzPlace());
            return;
        }

        homeView.setStationName(result.getStationName());
        homeView.setDjName(result.getName());
View Full Code Here

TOP

Related Classes of com.totalchange.jizz.web.client.places.InitJizzPlace

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.