i3mclient.communication
Interface SMJoinChatListener

All Superinterfaces:
ServerMethodListener

public interface SMJoinChatListener
extends ServerMethodListener

Asynchron call listener.

Author:
Dirk Plate

Method Summary
 void joinChatDone(long discussionID)
          Called if joinChat was successfull.
 
Methods inherited from interface i3mclient.communication.ServerMethodListener
i3mServerException
 

Method Detail

joinChatDone

public void joinChatDone(long discussionID)
Called if joinChat was successfull.

Parameters:
discussionID - The discussionID of the chat we joined