def __init__(self, client): BaseEventInterface.__init__(self, client)
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)
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)