Class Chat

public class Chat
implements EventListener
채팅
Constructor Detail

Chat

private Chat()
사용금지

Chat

public Chat(ShellComponent sh,
            ClientUnit unit,
            int roomNo,
            String title)
Parameters:
roomNo - 채팅방번호
title - 채팅방제목

Method Detail

load

private final void load()
폼과 커맨드를 로드한다

eventNotify

public boolean eventNotify(int type,
                           int arg1,
                           int arg2,
                           int arg3,
                           Object obj)
textfield event 처리