com.googlecode.android_scripting
Class BaseApplication

java.lang.Object
  extended by Application
      extended by com.googlecode.android_scripting.BaseApplication

public class BaseApplication
extends Application


Constructor Summary
BaseApplication()
           
 
Method Summary
 InterpreterConfiguration getInterpreterConfiguration()
           
 FutureActivityTaskExecutor getTaskExecutor()
           
 TriggerRepository getTriggerRepository()
           
 void onCreate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseApplication

public BaseApplication()
Method Detail

getTaskExecutor

public FutureActivityTaskExecutor getTaskExecutor()

onCreate

public void onCreate()

getInterpreterConfiguration

public InterpreterConfiguration getInterpreterConfiguration()

getTriggerRepository

public TriggerRepository getTriggerRepository()