org.androidpn.client
Class NotificationReceiver

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

public final class NotificationReceiver
extends BroadcastReceiver

Broadcast receiver that handles push notification messages from the server. This should be registered as receiver in AndroidManifest.xml.

Author:
Sehwan Noh (devnoh@gmail.com)

Constructor Summary
NotificationReceiver()
           
 
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

NotificationReceiver

public NotificationReceiver()
Method Detail

onReceive

public void onReceive(Context context,
                      Intent intent)