Package com.gads.model

Examples of com.gads.model.DBManager


   * Constructor that create a new GeoController object.
   * @param m --> The MessageManager with all the messages to the user.
   */
  public GeoController(ViewBridge v){
   
    db = new DBManager();
    parser = new XMLGeoParser();
    loadFromDatabase();
   
    view = v;
    pool = new ArrayList<Integer>();
View Full Code Here

TOP

Related Classes of com.gads.model.DBManager

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.