com.genesyslab.ail.im
Interface IMMessage

All Superinterfaces:
IMEvent

public interface IMMessage
extends IMEvent

Represents a message in an Instant Messaging session.

See Also:
IMInteractionContext

Method Summary
 java.lang.String getContent()
          Returns the text of this message.
 java.lang.String getContentType()
          Returns the ContentType of this message.
 
Methods inherited from interface com.genesyslab.ail.im.IMEvent
getDate, getParty
 

Method Detail

getContent

java.lang.String getContent()
Returns the text of this message.


getContentType

java.lang.String getContentType()
Returns the ContentType of this message. Possible values are "text/plain" and "text/html".