com.hipipal.sl4alib
Class SL4AScriptService

java.lang.Object
  extended by Service
      extended by com.googlecode.android_scripting.ForegroundService
          extended by com.hipipal.sl4alib.SL4AScriptService

public class SL4AScriptService
extends ForegroundService

A service that allows scripts and the RPC server to run in the background.

Author:
Alexey Reznichenko (alexey.reznichenko@gmail.com), Manuel Naranjo (manuel@aircable.net)

Nested Class Summary
 class SL4AScriptService.LocalBinder
           
 
Constructor Summary
SL4AScriptService()
           
 
Method Summary
 IBinder onBind(Intent intent)
           
 void onCreate()
           
 void onStart(Intent intent, int startId)
           
 
Methods inherited from class com.googlecode.android_scripting.ForegroundService
onDestroy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SL4AScriptService

public SL4AScriptService()
Method Detail

onBind

public IBinder onBind(Intent intent)

onCreate

public void onCreate()
Overrides:
onCreate in class ForegroundService

onStart

public void onStart(Intent intent,
                    int startId)