@Override public void init(IMContext context) throws IMException { super.init(context); IMEventHandlerProxy.register(this, context); initView(); intiContent(); }
@Override public void init(IMContext context) throws IMException { super.init(context); // 初始化窗口 initView(); initMemberList(); initSeacher(); // 注册感兴趣的事件 IMEventHandlerProxy.register(this, context); }
@Override public void destroy() throws IMException { super.destroy(); IMEventHandlerProxy.unregister(this); }