es.ucm.look.data.remote.restful
Interface IRemoteServiceCallback

All Known Implementing Classes:
IRemoteServiceCallback.Stub

public interface IRemoteServiceCallback


Nested Class Summary
static class IRemoteServiceCallback.Stub
          Local-side IPC implementation stub class.
 
Method Summary
 void sendResponse1(java.lang.String result)
           
 void sendResponse2(java.lang.String result)
           
 void sendResponse3(java.lang.String result)
           
 void userLogIn(java.lang.String result)
          Is called when to get logged
 

Method Detail

sendResponse1

void sendResponse1(java.lang.String result)
                   throws android.os.RemoteException
Throws:
android.os.RemoteException

sendResponse2

void sendResponse2(java.lang.String result)
                   throws android.os.RemoteException
Throws:
android.os.RemoteException

sendResponse3

void sendResponse3(java.lang.String result)
                   throws android.os.RemoteException
Throws:
android.os.RemoteException

userLogIn

void userLogIn(java.lang.String result)
               throws android.os.RemoteException
Is called when to get logged

Parameters:
result - The Callbacks with our ID
Throws:
android.os.RemoteException