Provides message presentation context to instance of ChatClient
.
More...
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. |
Provides message presentation context to instance of ChatClient
.
Definition at line 22 of file ChatClient.java.
abstract void ChatClient.Context.logMessage | ( | String | str ) | [pure virtual] |
Logs messages formated with HTML tags.
str | message 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.
str | new status message |
Implemented in ChatClientFrame.
Referenced by ChatClient.run().