org.netbeans.lib.collab
Interface MessageProcessingListener

All Superinterfaces:
CollaborationSessionListener

public interface MessageProcessingListener
extends CollaborationSessionListener

Author:
Jacques Belissent , Mridul Muralidharan , Rahul Shah

Method Summary
 void onMessageStatus(Message message, int deliveryStatus, CollaborationException includedError)
          Called when a message orginiated by the server is received,
 
Methods inherited from interface org.netbeans.lib.collab.CollaborationSessionListener
onError
 

Method Detail

onMessageStatus

public void onMessageStatus(Message message,
                            int deliveryStatus,
                            CollaborationException includedError)
Called when a message orginiated by the server is received,

Parameters:
message - message from server
deliveryStatus - delivery status(as defined in MessageStatus) of a previously sent message.
includedError - if the received packet contains an error element this argument contains the error information. null if the packet is not an error