Interface NewMailListener

All Known Implementing Classes:
POP3MailBox

public interface NewMailListener
Listen for indication of new mail, maybe
Since:
0.9.13
  • Method Summary

    Modifier and Type Method Description
    void foundNewMail​(boolean yes)  
  • Method Details