public interface IEmailInboxEventListener extends IManagerEventListener
Modifier and Type | Method and Description |
---|---|
void |
mailAddedToStore(EmailEvent event)
Tells LLworkplace that an mail is added via the IMAP-folder message handling
|
void |
mailChangedInStore(EmailEvent event)
Tells LLworkplace that an mail was changed via the IMAP-folder message handling
|
void |
mailRemovedFromStore(EmailEvent event)
Tells LLworkplace that an mail was removed via the IMAP-folder message handling
|
void mailAddedToStore(EmailEvent event)
event
- contains the store and the added emailsvoid mailChangedInStore(EmailEvent event)
event
- contains the store and the changed emailsvoid mailRemovedFromStore(EmailEvent event)
event
- contains the store and the removed emails