Interface that allows the implementing classes to listen for ChatSession
creation. The typical implementation will register MessageListener with the
created session so that it will be notified when new message arrived to the
session. Listeners are registered with ChatSessionManager. |