adams.data.io.input
Interface MultiEmailReader

All Superinterfaces:
EmailReader

public interface MultiEmailReader
extends EmailReader

Interface for readers that can read multiple emails at once.

Version:
$Revision: 7123 $
Author:
fracpete (fracpete at waikato dot ac dot nz)

Method Summary
 List<Email> readAll()
          Reads the emails.
 
Methods inherited from interface adams.data.io.input.EmailReader
read
 

Method Detail

readAll

List<Email> readAll()
Reads the emails.

Returns:
the emails, null in case of an error


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.