|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.beem.project.beem.service.aidl
Interface IBeemConnectionListener

- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- IBeemConnectionListener.Stub
public interface IBeemConnectionListener
- extends IInterface
Interface to listen for connection events
| Nested Class Summary | |
|---|---|
static class |
IBeemConnectionListener.Stub
Local-side IPC implementation stub class. |
| Method Summary | |
|---|---|
void |
connectionClosed()
Callback to call when the connection is closed |
void |
connectionClosedOnError()
Callback to call when the connection is closed on error |
void |
connectionFailed(String errorMsg)
Callback to call when the connection Failed |
void |
reconnectingIn(int seconds)
Callback to call when trying to reconnecting |
void |
reconnectionFailed()
Callback to call when the reconnection has failed |
void |
reconnectionSuccessful()
Callback to call when the reconnection is successfull |
| Methods inherited from interface android.os.IInterface |
|---|
asBinder |
| Method Detail |
|---|
connectionClosed
void connectionClosed()
throws RemoteException
- Callback to call when the connection is closed
- Throws:
RemoteException
connectionClosedOnError
void connectionClosedOnError()
throws RemoteException
- Callback to call when the connection is closed on error
- Throws:
RemoteException
reconnectingIn
void reconnectingIn(int seconds)
throws RemoteException
- Callback to call when trying to reconnecting
- Throws:
RemoteException
reconnectionFailed
void reconnectionFailed()
throws RemoteException
- Callback to call when the reconnection has failed
- Throws:
RemoteException
reconnectionSuccessful
void reconnectionSuccessful()
throws RemoteException
- Callback to call when the reconnection is successfull
- Throws:
RemoteException
connectionFailed
void connectionFailed(String errorMsg) throws RemoteException
- Callback to call when the connection Failed
- Throws:
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2009 Beem-project.com. All Rights Reserved.
