Smack

org.jivesoftware.smackx.receipts
Interface ReceiptReceivedListener


public interface ReceiptReceivedListener

Interface for received receipt notifications. Implement this and add a listener to get notified.


Method Summary
 void onReceiptReceived(String fromJid, String toJid, String receiptId)
           
 

Method Detail

onReceiptReceived

void onReceiptReceived(String fromJid,
                       String toJid,
                       String receiptId)

Smack

Copyright © 2003-2007 Jive Software.