Public Member Functions

ChatClient.Context Interface Reference

Provides message presentation context to instance of ChatClient. More...

Inheritance diagram for ChatClient.Context:
Inheritance graph
[legend]

List of all members.

Public Member Functions

abstract void logMessage (String str)
 Logs messages formated with HTML tags.
abstract void logStatus (String str)
 Updates status message of the parent.

Detailed Description

Provides message presentation context to instance of ChatClient.

Definition at line 22 of file ChatClient.java.


Member Function Documentation

abstract void ChatClient.Context.logMessage ( String  str ) [pure virtual]

Logs messages formated with HTML tags.

Parameters:
strmessage that will be logged

Implemented in ChatClientFrame.

Referenced by ChatClient.reportError(), ChatClient.reportInfo(), and ChatClient.run().

abstract void ChatClient.Context.logStatus ( String  str ) [pure virtual]

Updates status message of the parent.

Parameters:
strnew status message

Implemented in ChatClientFrame.

Referenced by ChatClient.run().


The documentation for this interface was generated from the following file: