public void onLoginCancel() { Debug.Log("GamePotEventListener::onLoginCancel()"); if (GamePotInterface != null) { GamePotInterface.onLoginCancel(); } if (cbLogin != null) { cbLogin(NCommon.ResultLogin.CANCELLED); cbLogin = null; } }