public class ChatServiceD5 extends Object implements IChatService
| Constructor and Description |
|---|
ChatServiceD5() |
| Modifier and Type | Method and Description |
|---|---|
void |
message(String sender,
String text)
Receives a chat message.
|
void |
shutdownService()
Init the service.
|
IFuture<Void> |
startService()
Init the service.
|
public void shutdownService()
public void message(String sender, String text)
message in interface IChatServicesender - The sender's name.text - The message text.Copyright © 2012. All Rights Reserved.