interface documentation

class IConversation(Interface): (source)

View In Hierarchy

A conversation with a specific person.
Method __init__
Method changedNick
Method hide nor this neither.
Method sendText Undocumented
Method show doesn't seem like it belongs in this interface.
Method showMessage Undocumented
def __init__(person, chatui): (source)
Parameters
person:IPersonUndocumented
chatuiUndocumented
def changedNick(person, newnick): (source)
Parameters
personXXX Shouldn't this always be Conversation.person?
newnickUndocumented
def hide(): (source)
nor this neither.
def sendText(text, metadata): (source)

Undocumented

def show(): (source)
doesn't seem like it belongs in this interface.
def showMessage(text, metadata): (source)

Undocumented