Package com.guokr.simbase.command

Examples of com.guokr.simbase.command.Ping


    public SimBase(SimConfig conf) throws IOException {
        SimEngine engine = new SimEngineImpl(conf.getSub("engine", "engine"));
        SimRegistry registry = new SimRegistry();

        registry.add("ping", new Ping());
        registry.add("info", new Info());
        registry.add("save", new Save());
        registry.add("load", new Load());
        registry.add("del", new Del());
View Full Code Here

TOP

Related Classes of com.guokr.simbase.command.Ping

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.