Class ShowChatUserList
- public class ShowChatUserList
- implements CommandListener
- 채팅방에서 현재 채팅유저 리스트 보기
ShowChatUserList
private ShowChatUserList()
- 사용금지
getChatUserList
private final Vector getChatUserList()
- 채팅방 유저 리스트 얻기
- Returns:
- ArrayList 키+ChatUser정보
load
private final void load()
- 폼과 커맨드를 로드한다
commandAction
public void commandAction(Command c,
int type,
Object obj)
- CommandBar 이벤트 처리