예제 #1
0
 def __init__(self):
     super(LoginDispatcher, self).__init__()
     DisposableEntity.__init__(self)
     self.__kickedFromServer = False
     self.__closeCallbackId = None
     self.__accNotReady = False
     self.__onLoggingTryingEndHdlr = None
     self.__securityMsgType = None
     return
예제 #2
0
 def __init__(self):
     super(LoginDispatcher, self).__init__()
     DisposableEntity.__init__(self)
     self.__kickedFromServer = False
     self.__kickPeripheryID = None
     self.__closeCallbackId = None
     self.__foundedServers = []
     self.__onLoggingTryingEndHdlr = None
     self.__securityMsgType = None
예제 #3
0
 def __init__(self):
     super(LoginDispatcher, self).__init__()
     DisposableEntity.__init__(self)
     self.__kickedFromServer = False
     self.__kickPeripheryID = None
     self.__closeCallbackId = None
     self.__foundedServers = []
     self.__onLoggingTryingEndHdlr = None
     self.__securityMsgType = None
예제 #4
0
 def __init__(self):
     super(LoginDispatcher, self).__init__()
     DisposableEntity.__init__(self)
     self.__kickedFromServer = False
     self.__closeCallbackId = None
     self.__accNotReady = False
     self.__onLoggingTryingEndHdlr = None
     self.__securityMsgType = None
     return