|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBroadcastReceiver
com.blogspot.applications4android.comicreader.core.ConnectivityCheck
public class ConnectivityCheck
Class responsible for checking the network connectivity
Constructor Summary | |
---|---|
ConnectivityCheck()
|
Method Summary | |
---|---|
void |
onReceive(Context context,
Intent intent)
Called when a broadcast is made. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectivityCheck()
Method Detail |
---|
public void onReceive(Context context, Intent intent)
context
- the application contextintent
- intent containing the action occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |