Package net.sourceforge.torchlight.actions

Examples of net.sourceforge.torchlight.actions.StartGameSessionAction


            if(((Campaign)selected).isHostable() && !((Campaign)selected).isHosting())
            {
              logger.debug("campaign is hostable and not hosting");
             
                manager.add(new Separator());
                manager.add(new StartGameSessionAction(PlatformUI.getWorkbench().getActiveWorkbenchWindow(), (Campaign)selected));
            }
            else if(((Campaign)selected).isHosting())
            {
              logger.debug("campaign is hosting");
             
View Full Code Here

TOP

Related Classes of net.sourceforge.torchlight.actions.StartGameSessionAction

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.