org.androidpn.client
Class ConnectivityReceiver

java.lang.Object
  extended by BroadcastReceiver
      extended by org.androidpn.client.ConnectivityReceiver

public class ConnectivityReceiver
extends BroadcastReceiver

A broadcast receiver to handle the changes in network connectiion states.

Author:
Sehwan Noh (devnoh@gmail.com)

Constructor Summary
ConnectivityReceiver(NotificationService notificationService)
           
 
Method Summary
 void onReceive(Context context, Intent intent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectivityReceiver

public ConnectivityReceiver(NotificationService notificationService)
Method Detail

onReceive

public void onReceive(Context context,
                      Intent intent)