es.ucm.look.data.remote.restful
Class LookService

java.lang.Object
  extended by Service
      extended by es.ucm.look.data.remote.restful.LookService

public class LookService
extends Service

Service of Look!, implements an service Android with the logic to process data from Remote Service


Constructor Summary
LookService()
           
 
Method Summary
 IBinder onBind(Intent intent)
           
 void onCreate()
          The service is created
 void onDestroy()
          The service is destroy
 void onStart(Intent intent, int startId)
          The service is started
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookService

public LookService()
Method Detail

onBind

public IBinder onBind(Intent intent)

onCreate

public void onCreate()
The service is created


onDestroy

public void onDestroy()
The service is destroy


onStart

public void onStart(Intent intent,
                    int startId)
The service is started