com.hipipal.sl4alib
Class PyScriptService

java.lang.Object
  extended by Service
      extended by com.hipipal.sl4alib.PyScriptService
Direct Known Subclasses:
PyScriptService2

public class PyScriptService
extends Service


Nested Class Summary
 class PyScriptService.LocalBinder
           
 class PyScriptService.startMyAsyncTask
           
 
Field Summary
static java.lang.String scriptName
           
 
Constructor Summary
PyScriptService()
           
 
Method Summary
static Context getAppContext()
           
 IBinder onBind(Intent intent)
           
 void onCreate()
           
 void onDestroy()
           
 void onStart(Intent intent, int startId)
           
 void updateNotify(Message msg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scriptName

public static java.lang.String scriptName
Constructor Detail

PyScriptService

public PyScriptService()
Method Detail

onDestroy

public void onDestroy()

onBind

public IBinder onBind(Intent intent)

getAppContext

public static Context getAppContext()

onCreate

public void onCreate()

onStart

public void onStart(Intent intent,
                    int startId)

updateNotify

public void updateNotify(Message msg)