Package org.flowforwarding.warp.demo

Source Code of org.flowforwarding.warp.demo.Launcher

/**
* © 2013 FlowForwarding.Org
* All Rights Reserved.  Use is subject to license terms.
*/
package org.flowforwarding.warp.demo;

import java.util.Set;

import org.flowforwarding.warp.context.Context;
import org.flowforwarding.warp.jcontroller.Controller;
import org.flowforwarding.warp.jcontroller.Controller.ControllerRef;

public class Launcher {

   /**
    * @param args
    */
   public static void main(String[] args) {
      Context context = Context.getInstance();
      ControllerRef cRef = Controller.launch(SimpleHandler.class);
   }

}
TOP

Related Classes of org.flowforwarding.warp.demo.Launcher

TOP
Copyright © 2018 www.massapi.com. 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.