|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a ChatRoom GUI component. This thing usually has:
Method Summary | |
java.lang.String |
getName()
Get the name of this chat room |
void |
hide()
Make this thing invisible on the screen. |
void |
setUserList(java.lang.String[] users)
Set the users in the user list widget |
void |
show()
Make this thing visible on the screen. |
void |
userJoinedRoom(java.lang.String user)
Indicates that a user just joined this room. |
void |
userPartedRoom(java.lang.String user,
boolean signoff)
Indicates that a user just parted this room. |
Methods inherited from interface com.lyrisoft.chat.client.gui.IMessageWindow |
displayError, displayMessage, displayMessage, displayPrivateEmote, displayPrivateMessage |
Method Detail |
public void setUserList(java.lang.String[] users)
public void userJoinedRoom(java.lang.String user)
public void userPartedRoom(java.lang.String user, boolean signoff)
public java.lang.String getName()
public void show()
IChatGUIFactory.show(IChatRoom room)
public void hide()
IChatGUIFactory.hide(IChatRoom room)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |