|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMessageListener
Listener for text IM messages. Implementers of this interface are registered
via IPresenceContainerAdapter.addMessageListener(IMessageListener)
| Nested Class Summary | |
|---|---|
static class |
IMessageListener.Type
Deprecated. Inner class describing Type of message received |
| Method Summary | |
|---|---|
void |
handleMessage(ID fromID,
ID toID,
IMessageListener.Type type,
java.lang.String subject,
java.lang.String messageBody)
Deprecated. Handle message from remote user. |
| Method Detail |
|---|
void handleMessage(ID fromID,
ID toID,
IMessageListener.Type type,
java.lang.String subject,
java.lang.String messageBody)
fromID - the ID of the user sending the messagetoID - the ID of the user to receive the messagetype - the Type of the messagesubject - the subject of the messagemessageBody - the message body
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||