Package org.criticalfailure.torchlight.campaign.generic.entity

Examples of org.criticalfailure.torchlight.campaign.generic.entity.GenericCampaign


     *
     * @see org.criticalfailure.torchlight.core.domain.factory.ICampaignCreator#createCampaign()
     */
    public AbstractCampaign createCampaign() {

        GenericCampaign c = (GenericCampaign)appContext.getBean("genericCampaign");

        // TODO: initialization

        return c;
    }
View Full Code Here

TOP

Related Classes of org.criticalfailure.torchlight.campaign.generic.entity.GenericCampaign

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.