Package proto_commands

Examples of proto_commands.HackCarToCross


  /**
   * Konstruktor. Itt regisztraljuk be az alapbol hasznalt commandokat
   */
  private CommandStore(){
    //regist the commands
    tree_commands.put("addcartocross", new HackCarToCross());
    tree_commands.put("exit", new Exit());
    tree_commands.put("getcarfromcross", new GetCarFromCross());
    tree_commands.put("getcarsfromroute", new GetCarsFromRoute());
    tree_commands.put("getmaplist", new GetMapList());
    tree_commands.put("getordinarycardetails", new GetOrdinaryCarDetails());
View Full Code Here

TOP

Related Classes of proto_commands.HackCarToCross

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.