Package jadex.micro.tutorial
Interface IExtendedChatService
- 
- All Superinterfaces:
- IChatService
 - All Known Implementing Classes:
- ChatServiceD3,- ChatServiceD4
 
 public interface IExtendedChatService extends IChatService 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<UserProfileD3>getUserProfile()Get the user profile.- 
Methods inherited from interface jadex.micro.tutorial.IChatServicemessage
 
- 
 
- 
- 
- 
Method Detail- 
getUserProfileIFuture<UserProfileD3> getUserProfile() Get the user profile.- Returns:
- The user profile.
 
 
- 
 
-