Package VASSAL.chat.jabber
Interface AccountInfo
- All Known Implementing Classes:
ModuleAccountInfo
public interface AccountInfo
-
Method Summary
Modifier and Type Method Description StringgetModule()StringgetPassword()StringgetRealName()StringgetUserName()
-
Method Details
-
getUserName
String getUserName() -
getPassword
String getPassword() -
getModule
String getModule() -
getRealName
String getRealName()
-