|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--i3mclient.chatselect.ChatSelect
Controller of ChatSelectGUI.
ChatSelectGUI
Field Summary | |
static String |
SERVERNOTREACHABLE
|
Constructor Summary | |
ChatSelect()
Constructor. |
Method Summary | |
void |
addChatSelectListener(ChatSelectListener listener)
Adds a new listener for chat selection into a internal list. |
void |
addErrorListener(ErrorListener listener)
Adds a new listener for any kind of errors into a internal list. |
DiscussionData[] |
getChatList()
Retrieve the list of all available chats from I3M-server |
void |
removeChatSelectListener(ChatSelectListener listener)
Removes a chat selection listener from the internal list. |
void |
removeErrorListener(ErrorListener listener)
Removes an error listener out of the internal list. |
void |
widgetDefaultSelected(SelectionEvent se)
|
void |
widgetSelected(SelectionEvent se)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String SERVERNOTREACHABLE
Constructor Detail |
public ChatSelect()
Method Detail |
public DiscussionData[] getChatList()
public void removeChatSelectListener(ChatSelectListener listener)
listener
- The listener which will be removedpublic void removeErrorListener(ErrorListener listener)
listener
- The listener which will be removedpublic void addChatSelectListener(ChatSelectListener listener)
listener
- The listener which will be addedpublic void addErrorListener(ErrorListener listener)
listener
- The listener which will be addedpublic void widgetSelected(SelectionEvent se)
widgetSelected
in interface SelectionListener
public void widgetDefaultSelected(SelectionEvent se)
widgetDefaultSelected
in interface SelectionListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |