net.neurowork.mobile.android.fw.activities.generators
Class MapActivityGenerator

java.lang.Object
  extended by net.neurowork.mobile.android.fw.activities.generators.AbstractActivtyGenerator
      extended by net.neurowork.mobile.android.fw.activities.generators.LevelActivityGenerator
          extended by net.neurowork.mobile.android.fw.activities.generators.MapActivityGenerator
All Implemented Interfaces:
ActivityGenerator

public class MapActivityGenerator
extends LevelActivityGenerator

Screen generator, responsible for specific components to initialize the display type "MAP".

Author:
Jonatan Alcocer Luna, Jorge E. Villaverde

Constructor Summary
MapActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
 
Method Summary
 
Methods inherited from class net.neurowork.mobile.android.fw.activities.generators.LevelActivityGenerator
getAppLevel, setAppLevel
 
Methods inherited from class net.neurowork.mobile.android.fw.activities.generators.AbstractActivtyGenerator
hasLength, initializeActivity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapActivityGenerator

public MapActivityGenerator(AppLevel appLevel,
                            NextLevel nextLevel)