|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChatID
Adapter interface for chatIDs. The typical usage of this adapter is as follows:
ID myID = ... IChatID chatID = (IChatID) myID.getAdapter(IChatID.class); if (chatID != null) { ...use chatID here }
Method Summary | |
---|---|
java.lang.String |
getHostname()
Get hostname for this IChatID |
java.lang.String |
getUsername()
Get username for this IChatID |
Method Detail |
---|
java.lang.String getUsername()
null
.java.lang.String getHostname()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |