org.jbrain.qlink.chat
Interface RoomEventListener

All Superinterfaces:
java.util.EventListener

public interface RoomEventListener
extends java.util.EventListener


Method Summary
 void acceptingQuestions(QuestionStateEvent event)
           
 void rejectingQuestions(QuestionStateEvent event)
           
 void systemSent(SystemMessageEvent event)
           
 void userJoined(JoinEvent event)
           
 void userLeft(JoinEvent event)
           
 void userSaid(ChatEvent event)
           
 

Method Detail

userSaid

public void userSaid(ChatEvent event)

userJoined

public void userJoined(JoinEvent event)

userLeft

public void userLeft(JoinEvent event)

systemSent

public void systemSent(SystemMessageEvent event)

acceptingQuestions

public void acceptingQuestions(QuestionStateEvent event)

rejectingQuestions

public void rejectingQuestions(QuestionStateEvent event)