interface documentation

class IConversation(Interface):

Constructor: IConversation(chatui)

View In Hierarchy

A conversation with a specific person.

Method __init__ No summary
Method changedNick No summary
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):
Parameters
person:IPersonUndocumented
chatuiUndocumented
def changedNick(person, newnick):
Parameters
personXXX Shouldn't this always be Conversation.person?
newnickUndocumented
def hide():

nor this neither.

def sendText(text, metadata):

Undocumented

def show():

doesn't seem like it belongs in this interface.

def showMessage(text, metadata):

Undocumented