org.jivesoftware.spark.ui
Interface TranscriptWindowInterceptor


public interface TranscriptWindowInterceptor


Method Summary
 boolean handleInsertMessage(java.lang.String userid, org.jivesoftware.smack.packet.Message message)
           
 boolean handleOtherMessage(java.lang.String userid, org.jivesoftware.smack.packet.Message message)
           
 

Method Detail

handleInsertMessage

boolean handleInsertMessage(java.lang.String userid,
                            org.jivesoftware.smack.packet.Message message)

handleOtherMessage

boolean handleOtherMessage(java.lang.String userid,
                           org.jivesoftware.smack.packet.Message message)