Пример #1
0
 def __init__(self, client):
     BaseEventInterface.__init__(self, client)
Пример #2
0
 def __init__(self, client):
     """Initializer
         @param client: the client we want to be notified for its events
         @type client: L{Client<pymsn.Client>}"""
     BaseEventInterface.__init__(self, client)
Пример #3
0
 def __init__(self, conversation):
     """Initializer
         @param conversation: the conversation we want to be notified for its events
         @type conversation: L{Conversation<pymsn.conversation.ConversationInterface>}"""
     BaseEventInterface.__init__(self, conversation)