com.hipipal.sl4alib
Class MNApp

java.lang.Object
  extended by GDApplication
      extended by com.hipipal.sl4alib.MNApp
All Implemented Interfaces:
InterpreterConfiguration.ConfigurationObserver

public class MNApp
extends GDApplication
implements InterpreterConfiguration.ConfigurationObserver


Constructor Summary
MNApp()
           
 
Method Summary
 InterpreterConfiguration getInterpreterConfiguration()
           
 Intent getMainApplicationIntent()
           
 FutureActivityTaskExecutor getTaskExecutor()
           
 TriggerRepository getTriggerRepository()
           
 void logout(Context context)
           
 void onConfigurationChanged()
           
 void onCreate()
           
 boolean readyToStart()
           
 void stopTraker()
           
 void trackPageView(java.lang.String page)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MNApp

public MNApp()
Method Detail

onCreate

public void onCreate()

trackPageView

public void trackPageView(java.lang.String page)

stopTraker

public void stopTraker()

getMainApplicationIntent

public Intent getMainApplicationIntent()

logout

public void logout(Context context)

getTaskExecutor

public FutureActivityTaskExecutor getTaskExecutor()

getInterpreterConfiguration

public InterpreterConfiguration getInterpreterConfiguration()

getTriggerRepository

public TriggerRepository getTriggerRepository()

onConfigurationChanged

public void onConfigurationChanged()
Specified by:
onConfigurationChanged in interface InterpreterConfiguration.ConfigurationObserver

readyToStart

public boolean readyToStart()