| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MessageEventNotificationListener
A listener that is fired anytime a message event notification is received. Message event notifications are received as a consequence of the request to receive notifications when sending a message.
| Method Summary | |
|---|---|
|  void | cancelledNotification(String from,
                      String packetID)Called when a notification that the receiver of the message cancelled the reply is received. | 
|  void | composingNotification(String from,
                      String packetID)Called when a notification that the receiver of the message is composing a reply is received. | 
|  void | deliveredNotification(String from,
                      String packetID)Called when a notification of message delivered is received. | 
|  void | displayedNotification(String from,
                      String packetID)Called when a notification of message displayed is received. | 
|  void | offlineNotification(String from,
                    String packetID)Called when a notification that the receiver of the message is offline is received. | 
| Method Detail | 
|---|
void deliveredNotification(String from,
                           String packetID)
from - the user that sent the notification.packetID - the id of the message that was sent.
void displayedNotification(String from,
                           String packetID)
from - the user that sent the notification.packetID - the id of the message that was sent.
void composingNotification(String from,
                           String packetID)
from - the user that sent the notification.packetID - the id of the message that was sent.
void offlineNotification(String from,
                         String packetID)
from - the user that sent the notification.packetID - the id of the message that was sent.
void cancelledNotification(String from,
                           String packetID)
from - the user that sent the notification.packetID - the id of the message that was sent.| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||