init API 호출후, 모듈 로딩 완료 및 컴포넌트 초기화 성공시 이벤트
function btnInit_on_mouseup(objInst) { tcpsvr01.init(); } function tcpsvr01_on_init(objInst) { // 초기화 성공 }