pl.mn.communicator
Interface IOutgoingMessage
- All Superinterfaces:
- IMessage
- All Known Implementing Classes:
- OutgoingMessage
public interface IOutgoingMessage
- extends IMessage
setMessageBody
void setMessageBody(java.lang.String messageBody)
- Use this method if you want to set new message body on this message.
- Parameters:
messageBody - the new message body.
- Throws:
java.lang.NullPointerException - if the messageBody object is null.
setRecipientUin
void setRecipientUin(int recipientUin)
- Use this method if you want to set new uin on this message.
- Parameters:
uin - the new Gadu-Gadu number to whom this message will be addressed.
- Throws:
java.lang.IllegalArgumentException - if the uin is a negative value.
addAdditionalRecipient
void addAdditionalRecipient(int recipientUin)
removeAdditionalRecipient
void removeAdditionalRecipient(int recipientUin)
getAdditionalRecipients
int[] getAdditionalRecipients()
getAllRecipients
int[] getAllRecipients()
Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.