|
|||||||||
| Home >> All >> demo >> tucson >> [ chat overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
demo.tucson.chat
Class ChatAgent.GUIEvent

java.lang.Objectdemo.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()
|
|||||||||
| Home >> All >> demo >> tucson >> [ chat overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
demo.tucson.chat.ChatAgent.GUIEvent