org.jbrain.qlink.chat
Class QuestionStateEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.jbrain.qlink.chat.QuestionStateEvent
All Implemented Interfaces:
RoomEvent, java.io.Serializable

public class QuestionStateEvent
extends java.util.EventObject
implements RoomEvent

See Also:
Serialized Form

Field Summary
static int ACCEPTING_QUESTIONS
           
static int NOT_ACCEPTING_QUESTIONS
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
QuestionStateEvent(java.lang.Object obj, int type)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ACCEPTING_QUESTIONS

public static final int ACCEPTING_QUESTIONS
See Also:
Constant Field Values

NOT_ACCEPTING_QUESTIONS

public static final int NOT_ACCEPTING_QUESTIONS
See Also:
Constant Field Values
Constructor Detail

QuestionStateEvent

public QuestionStateEvent(java.lang.Object obj,
                          int type)
Method Detail

getType

public int getType()