com.genesyslab.ail.im
Interface PlaceEventIMInteractionContextInfo

All Superinterfaces:
ObjectEvent, PlaceEvent, java.io.Serializable

public interface PlaceEventIMInteractionContextInfo
extends PlaceEvent

Represents an event that occurs during an Instant Messaging session.

See Also:
IMInteractionContext

Method Summary
 IMEvent getIMEvent()
          Returns the IM Event associated with this context.
 IMInteractionContext getIMInteractionContext()
          Returns the context associated with this event.
 
Methods inherited from interface com.genesyslab.ail.event.PlaceEvent
getPlace
 
Methods inherited from interface com.genesyslab.ail.event.ObjectEvent
getSource
 

Method Detail

getIMInteractionContext

IMInteractionContext getIMInteractionContext()
Returns the context associated with this event.


getIMEvent

IMEvent getIMEvent()
Returns the IM Event associated with this context.