com.genesyslab.ail.im
Interface IMTranscript

All Superinterfaces:
IMEvent

public interface IMTranscript
extends IMEvent

Represents the update of the transcript in an Instant Messaging session.

See Also:
IMInteractionContext

Method Summary
 java.util.List getTranscript()
          Returns the updated transcript of this IM chat session as a List of IMEvent
 
Methods inherited from interface com.genesyslab.ail.im.IMEvent
getDate, getParty
 

Method Detail

getTranscript

java.util.List getTranscript()
Returns the updated transcript of this IM chat session as a List of IMEvent