|
Class Summary |
| ChannelSpeakMarshaller |
Provides the implementation of the ChannelSpeakService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
| ChatChannel |
Represents a chat channel. |
| ChatMarshaller |
Provides the implementation of the ChatService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
| ChatMarshaller.TellMarshaller |
Marshalls results to implementations of ChatService.TellListener. |
| ChatMessage |
The abstract base class of all the client-side ChatMessage objects. |
| SpeakMarshaller |
Provides the implementation of the SpeakService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
| SystemMessage |
A ChatMessage that represents a message that came from the server and did not result from direct
user action. |
| TellFeedbackMessage |
A feedback message to indicate that a tell succeeded. |
| UserMessage |
A ChatMessage representing a message that came from another user. |
| UserSystemMessage |
A system message triggered by the activity of another user. |