org.androidpn.client
Class NotificationPacketListener

java.lang.Object
  extended by org.androidpn.client.NotificationPacketListener
All Implemented Interfaces:
org.jivesoftware.smack.PacketListener

public class NotificationPacketListener
extends java.lang.Object
implements org.jivesoftware.smack.PacketListener

This class notifies the receiver of incoming notifcation packets asynchronously.

Author:
Sehwan Noh (devnoh@gmail.com)

Constructor Summary
NotificationPacketListener(XmppManager xmppManager)
           
 
Method Summary
 void processPacket(org.jivesoftware.smack.packet.Packet packet)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationPacketListener

public NotificationPacketListener(XmppManager xmppManager)
Method Detail

processPacket

public void processPacket(org.jivesoftware.smack.packet.Packet packet)
Specified by:
processPacket in interface org.jivesoftware.smack.PacketListener