|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMessageSender
Interface for sending text messages (IM) between users. Access to instances
implementing this interface is provided by
IPresenceContainerAdapter.getMessageSender()
| Method Summary | |
|---|---|
void |
sendMessage(ID toID,
java.lang.String subject,
java.lang.String body)
Deprecated. Send text message |
| Method Detail |
|---|
void sendMessage(ID toID,
java.lang.String subject,
java.lang.String body)
throws ECFException
toID - the user id of the target receiver of the message. Cannot be
nullsubject - the subject of the messagebody - the message body
ECFException - thrown if message cannot be sent (e.g. because of previous
disconnection)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||