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

java.lang.Object
  extended by net.neurowork.mobile.android.fw.activities.generators.AbstractActivtyGenerator
      extended by net.neurowork.mobile.android.fw.activities.generators.LevelActivityGenerator
All Implemented Interfaces:
ActivityGenerator
Direct Known Subclasses:
AudioActivityGenerator, ButtonsActivityGenerator, CalendarActivityGenerator, FormActivityGenerator, ImageGalleryActivityGenerator, ImageListActivityGenerator, ImageTextDescriptionActivityGenerator, ImageZoomActivityGenerator, ListActivityGenerator, MapActivityGenerator, PdfActivityGenerator, QrActivityGenerator, QuizActivityGenerator, VideoActivityGenerator, WebActivityGenerator

public abstract class LevelActivityGenerator
extends AbstractActivtyGenerator

Abstract class that implements all the methods necessary for the proper start of the screens, focusing primarily on the current "level".

Author:
Jonatan Alcocer Luna, Jorge E. Villaverde

Constructor Summary
LevelActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
 
Method Summary
 AppLevel getAppLevel()
           
 void setAppLevel(AppLevel appLevel)
           
 
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

LevelActivityGenerator

public LevelActivityGenerator(AppLevel appLevel,
                              NextLevel nextLevel)
Method Detail

getAppLevel

public AppLevel getAppLevel()

setAppLevel

public void setAppLevel(AppLevel appLevel)