Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.communication.chat.IChatServiceListener Interface Reference

List of all members.

Public Member Functions

void chatCreated (IChat chat, boolean createdLocally)
void chatDestroyed (IChat chat)
void chatAborted (IChat chat, XMPPException exception)

Detailed Description

This listener is invoked with notifications related to an IChats life cycle.


Member Function Documentation

void de.fu_berlin.inf.dpp.communication.chat.IChatServiceListener.chatAborted ( IChat  chat,
XMPPException  exception 
)

Gets called whenever an IChat has been aborted through errors in the XMPP/network layer.

Parameters:
chatthe IChat that has been aborted
exceptionXMPPException that has been thrown or null if the chat has not been created yet
void de.fu_berlin.inf.dpp.communication.chat.IChatServiceListener.chatCreated ( IChat  chat,
boolean  createdLocally 
)

Gets called whenever an IChat was created.

Parameters:
chatIChat which has been created
createdLocallytrue if the chat has been created by the local user, false if the chat has been created by some remote action
void de.fu_berlin.inf.dpp.communication.chat.IChatServiceListener.chatDestroyed ( IChat  chat)

Gets called whenever an IChat was destroyed.

Parameters:
chatIChat which has been destroyed
 All Classes Namespaces Files Functions Variables Enumerations