Class DemoApp

java.lang.Object
provided.owlMaps.demo.controller.DemoApp

public class DemoApp
extends java.lang.Object
Controller to build the OwlMaps demo application
Author:
swong
  • Field Summary

    Fields
    Modifier and Type Field Description
    private DemoModel model
    The demo's model
    private DemoFrame<IPlace> view
    The demo's view
  • Constructor Summary

    Constructors
    Constructor Description
    DemoApp​(java.lang.String googleMapsAPIKey)
    Constructs that controller
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    The main method to run the app.
    void start()
    Start the system

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • DemoApp

      public DemoApp​(java.lang.String googleMapsAPIKey)
      Constructs that controller
      Parameters:
      googleMapsAPIKey - The Google Maps API key to use
  • Method Details

    • start

      public void start()
      Start the system
    • main

      public static void main​(java.lang.String[] args)
      The main method to run the app.
      Parameters:
      args - args[0] = Google Maps API key