|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--i3mclient.email.EmailGUI
GUI class for checking emails. If no window is available, a new shell is created at the position of the old one. IMPORTANT: Before closing the application you must call close(). The method terminate all own threads.
EmailReceiveManager| Constructor Summary | |
EmailGUI(Shell setParentWindow,
EMailAccountData[] emad)
Constructor. |
|
| Method Summary | |
void |
close()
To close window from code & stop threads |
void |
controlMoved(ControlEvent ce)
|
void |
controlResized(ControlEvent ce)
|
void |
gotNewMails(Email[] messages)
Called if new emails are received. |
void |
newWindow()
Open a new window. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmailGUI(Shell setParentWindow,
EMailAccountData[] emad)
setParentWindow - The parent window of this new email notification shellemad - The emails which will be shown in this gui| Method Detail |
public void newWindow()
public void close()
public void controlMoved(ControlEvent ce)
controlMoved in interface ControlListenerpublic void controlResized(ControlEvent ce)
controlResized in interface ControlListenerpublic void gotNewMails(Email[] messages)
EmailListener
gotNewMails in interface EmailListenermessages - The new emails
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||