es.ucm.look.data.remote.restful
Interface IRemoteServiceCallback
- All Known Implementing Classes:
- IRemoteServiceCallback.Stub
public interface IRemoteServiceCallback
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