com.partnersoft.maps.app
Class MapSetLogic

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

public class MapSetLogic
extends java.lang.Object

Handles logic and control for a specific MapSet.

Copyright 2009 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Constructor Summary
MapSetLogic(MapApp app, MapSet mapset)
           
 
Method Summary
 void runControlScriptsFor(java.lang.String eventName)
          Runs scripts in the directory control/eventName/ with appropriate variables.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapSetLogic

public MapSetLogic(MapApp app,
                   MapSet mapset)
Method Detail

runControlScriptsFor

public void runControlScriptsFor(java.lang.String eventName)
Runs scripts in the directory control/eventName/ with appropriate variables.