|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--i3mclient.discussion.Discussion
Logic for DiscussionGUI.
DiscussionGUI| Constructor Summary | |
Discussion(long discussionIDSet)
Constructor. |
|
| Method Summary | |
void |
addDiscussionListener(DiscussionListener listener)
Add a listener for discussion. |
long |
getDiscussionID()
Returns current discussionID. |
void |
i3mServerException(I3MServerException exception)
Called if a server exception is thrown. |
void |
init(Shell windowSet)
Init rest. |
void |
itemModified(Widget widget,
Widget item)
Called when a form item changed. |
void |
leaveDiscussionDone(long discussionID)
Called if leaveDiscussion was successfull. |
void |
messageReceived(MessageData message)
Called if Polling receives a new message from Server. |
void |
removeDiscussionListener(DiscussionListener listener)
Remove a listener for discussion. |
void |
sendMessageDone(MessageData message)
Called if sendMessage was successfull. |
void |
shellActivated(ShellEvent arg0)
|
void |
shellClosed(ShellEvent event)
|
void |
shellDeactivated(ShellEvent arg0)
|
void |
shellDeiconified(ShellEvent arg0)
|
void |
shellIconified(ShellEvent arg0)
|
void |
verifyKey(VerifyEvent event)
|
void |
widgetDefaultSelected(SelectionEvent arg0)
|
void |
widgetSelected(SelectionEvent event)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Discussion(long discussionIDSet)
discussionIDSet - The discussionID of this discussion| Method Detail |
public void init(Shell windowSet)
windowSet - The shell of this discussionpublic void addDiscussionListener(DiscussionListener listener)
listener - The listener which will be calledpublic void removeDiscussionListener(DiscussionListener listener)
listener - The listener which will be no longer calledpublic void widgetSelected(SelectionEvent event)
widgetSelected in interface SelectionListenerpublic void widgetDefaultSelected(SelectionEvent arg0)
widgetDefaultSelected in interface SelectionListener
public void itemModified(Widget widget,
Widget item)
FormListener
itemModified in interface FormListenerwidget - The widget which was changeditem - The item of the widget which was changedpublic void messageReceived(MessageData message)
MessageListener
messageReceived in interface MessageListenermessage - The new received messagepublic long getDiscussionID()
public void shellActivated(ShellEvent arg0)
shellActivated in interface ShellListenerpublic void shellClosed(ShellEvent event)
shellClosed in interface ShellListenerpublic void shellDeactivated(ShellEvent arg0)
shellDeactivated in interface ShellListenerpublic void shellDeiconified(ShellEvent arg0)
shellDeiconified in interface ShellListenerpublic void shellIconified(ShellEvent arg0)
shellIconified in interface ShellListenerpublic void verifyKey(VerifyEvent event)
verifyKey in interface VerifyKeyListenerpublic void sendMessageDone(MessageData message)
SMSendMessageListener
sendMessageDone in interface SMSendMessageListenermessage - The message which was sentpublic void i3mServerException(I3MServerException exception)
ServerMethodListener
i3mServerException in interface ServerMethodListenerexception - The converted I3M-server exceptionpublic void leaveDiscussionDone(long discussionID)
SMLeaveDiscussionListener
leaveDiscussionDone in interface SMLeaveDiscussionListenerdiscussionID - The discussionID of the conference or chat we left
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||