i3mclient.communication
Interface SMLeaveDiscussionListener

All Superinterfaces:
ServerMethodListener
All Known Implementing Classes:
Discussion

public interface SMLeaveDiscussionListener
extends ServerMethodListener

Asynchron call listener.

Author:
Dirk Plate

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

Method Detail

leaveDiscussionDone

public void leaveDiscussionDone(long discussionID)
Called if leaveDiscussion was successfull.

Parameters:
discussionID - The discussionID of the conference or chat we left