pl.mn.communicator
Interface IGroupChat

All Superinterfaces:
IChat
All Known Implementing Classes:
GroupChat

public interface IGroupChat
extends IChat

Created on 2005-01-29

Version:
$Id: IGroupChat.java,v 1.1 2005/11/05 23:34:52 winnetou25 Exp $
Author:
Mateusz Szczap

Method Summary
 void addRecipient(int recipientUin)
           
 int[] getRecipientUins()
           
 void removeRecipient(int recipientUin)
           
 
Methods inherited from interface pl.mn.communicator.IChat
addChatListener, removeChatListener, sendMessage
 

Method Detail

addRecipient

void addRecipient(int recipientUin)

removeRecipient

void removeRecipient(int recipientUin)

getRecipientUins

int[] getRecipientUins()


Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.