|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChatRoomInfo
Chat room information. Instances implementing this interface are returned by
IChatRoomManager.getChatRoomInfo(String)
or
IChatRoomManager.getChatRoomInfos()
IChatRoomManager.getChatRoomInfo(String)
Method Summary | |
---|---|
IChatRoomContainer |
createChatRoomContainer()
Create a new IChatRoomContainer instance. |
ID |
getConnectedID()
|
java.lang.String |
getDescription()
Get a description for this room |
java.lang.String |
getName()
Get a long name for room |
int |
getParticipantsCount()
Get a count of the current number of room participants |
ID |
getRoomID()
Get the ID associated with this room |
java.lang.String |
getSubject()
Get subject/topic for room |
boolean |
isModerated()
|
boolean |
isPersistent()
|
boolean |
requiresPassword()
|
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
java.lang.String getDescription()
null
.java.lang.String getSubject()
null
.ID getRoomID()
null
.int getParticipantsCount()
java.lang.String getName()
null
.boolean isPersistent()
boolean requiresPassword()
boolean isModerated()
ID getConnectedID()
IChatRoomContainer createChatRoomContainer() throws ContainerCreateException
null
.
ContainerCreateException
- if chat room container cannot be made
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |