com.googlecode.android_scripting
Class ForegroundService

java.lang.Object
  extended by Service
      extended by com.googlecode.android_scripting.ForegroundService
Direct Known Subclasses:
SL4AScriptService

public abstract class ForegroundService
extends Service


Constructor Summary
ForegroundService(int id)
           
 
Method Summary
 void onCreate()
           
 void onDestroy()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForegroundService

public ForegroundService(int id)
Method Detail

onCreate

public void onCreate()

onDestroy

public void onDestroy()