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

java.lang.Object
  extended by net.neurowork.mobile.android.fw.activities.generators.ActivityGeneratorFactory

public abstract class ActivityGeneratorFactory
extends java.lang.Object

Author:
Jorge E. Villaverde

Constructor Summary
ActivityGeneratorFactory()
           
 
Method Summary
static ActivityGenerator createActivityGenerator(android.content.Context context, NextLevel nextLevel)
          Returns a specific ActivityGenerator a screen depending on the requested activity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityGeneratorFactory

public ActivityGeneratorFactory()
Method Detail

createActivityGenerator

public static ActivityGenerator createActivityGenerator(android.content.Context context,
                                                        NextLevel nextLevel)
                                                 throws InvalidFileException
Returns a specific ActivityGenerator a screen depending on the requested activity

Parameters:
context -
nextLevel -
Returns:
ActivityGenerator
Throws:
InvalidFileException