com.genesyslab.ail.im
Interface IMEvent

All Known Subinterfaces:
IMMessage, IMPartyJoined, IMPartyLeft, IMPartyReenter, IMTranscript

public interface IMEvent

Represents an event during an Instant Messaging session. This event can be a message by another party, or an information (a party left or joined).

See Also:
IMInteractionContext

Method Summary
 java.util.Date getDate()
          Returns the date of this event.
 IMParty getParty()
          Returns the party.
 

Method Detail

getDate

java.util.Date getDate()
Returns the date of this event.


getParty

IMParty getParty()
Returns the party.