com.partnersoft.maps.app
Class MapAppLauncher

java.lang.Object
  extended by com.partnersoft.maps.app.MapAppLauncher

public class MapAppLauncher
extends java.lang.Object

Handles early initialization and startup of the Partner user client (aka MapApp).

Copyright 2008 Partner Software, Inc.

Version:
$Id: MapAppLauncher.java 2474 2010-03-13 14:28:43Z paul $
Author:
Paul Reavis

Constructor Summary
MapAppLauncher()
           
MapAppLauncher(WorkbenchApp workbench)
           
 
Method Summary
 WorkbenchApp getWorkbench()
           
 void launch()
           
 void setWorkbench(WorkbenchApp workbench)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapAppLauncher

public MapAppLauncher()

MapAppLauncher

public MapAppLauncher(WorkbenchApp workbench)
Method Detail

launch

public void launch()
            throws java.lang.Exception
Throws:
java.lang.Exception

getWorkbench

public WorkbenchApp getWorkbench()

setWorkbench

public void setWorkbench(WorkbenchApp workbench)