public class ChatServiceD3 extends ChatServiceD2 implements IExtendedChatService
| Modifier and Type | Field and Description |
|---|---|
protected UserProfileD3 |
profile |
protected static java.util.List<UserProfileD3> |
profiles |
agent, clock, format, gui| Constructor and Description |
|---|
ChatServiceD3() |
| Modifier and Type | Method and Description |
|---|---|
protected ChatGuiD2 |
createGui(jadex.bridge.IExternalAccess agent)
Create the gui.
|
jadex.commons.future.IFuture<UserProfileD3> |
getUserProfile()
Get the user profile.
|
message, shutdownService, startServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmessageprotected static final java.util.List<UserProfileD3> profiles
protected UserProfileD3 profile
public jadex.commons.future.IFuture<UserProfileD3> getUserProfile()
getUserProfile in interface IExtendedChatServiceprotected ChatGuiD2 createGui(jadex.bridge.IExternalAccess agent)
createGui in class ChatServiceD2