All Packages Class Hierarchy This Package Previous Next Index
UserInterfaceBean
to obtain a new message.
MessageListener
interface.
public abstract void messageReceived(MessageEvent msgEvt)
MessageListener
interface.
This method is invoked by CoreProtocolBean
after it has received a new message from the POP3 server.
As and when the CoreProtocolBean
receives new messages
this method is called for processing and displaying.
The message is stored in the Folder.INBOX
) folder.
If the active folder is Inbox, the header information is
displayed in the GUI.
MimeMessage
.
All Packages Class Hierarchy This Package Previous Next Index