|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConnection
Method Summary | |
---|---|
boolean |
getIsConnected()
Returns true if the current connection thread is connected. |
boolean |
getIsRpgConnectionActive()
Returns true if we have an open RPG connection or false if we do not have one. |
void |
notifyOfRegainedNetworkCoverage()
Called whenever the network coverage has been reestablished... |
void |
notifyOfUiActivity()
If the UI is currently being used by the user this method gets called. |
void |
onLoginStateChanged(boolean isLoggedIn)
Triggered by the ConnectionManager whenever the login engine has detected a change in the currently held session. |
void |
startThread()
Starts the main connection thread. |
void |
stopThread()
Stops the current connection thread. this should also stop any running sub-connection threads such as heartbeats or polls. |
Methods inherited from interface com.vodafone360.people.service.transport.IQueueListener |
---|
notifyOfItemInRequestQueue |
Method Detail |
---|
void startThread()
void stopThread()
void notifyOfRegainedNetworkCoverage()
void onLoginStateChanged(boolean isLoggedIn)
isLoggedIn
- True if the user was just logged in, false if he was
logged out.boolean getIsConnected()
boolean getIsRpgConnectionActive()
void notifyOfUiActivity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JavaDoc