Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

demo.tucson.chat
Class ChatAgent.GUIEvent  view ChatAgent.GUIEvent download ChatAgent.GUIEvent.java

java.lang.Object
  extended bydemo.tucson.chat.ChatAgent.GUIEvent
Enclosing class:
ChatAgent

class ChatAgent.GUIEvent
extends java.lang.Object


Field Summary
(package private) static int LEAVE
           
(package private)  java.lang.String msg
           
(package private) static int NEW_MSG
           
(package private)  int type
           
 
Constructor Summary
(package private) ChatAgent.GUIEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW_MSG

static final int NEW_MSG
See Also:
Constant Field Values

LEAVE

static final int LEAVE
See Also:
Constant Field Values

type

int type

msg

java.lang.String msg
Constructor Detail

ChatAgent.GUIEvent

ChatAgent.GUIEvent()