File
Doc
Category
Size
Date
Package
ChatState.java
API Doc
Example
2548
Sun Feb 08 21:34:02 GMT 2004
darwinsys.chat
ChatState
java.lang.Object
public class ChatState extends Object
Fields Summary
public List
chat
The list of messages
public List
users
The list of users
public int
first
The lower bound of current messages
public int
last
The upper bound of current messages
Constructors Summary
public ChatState
()
chat = new ArrayList(); users = new ArrayList(); first = last = 0;
Methods Summary
Java Code Source