com.croftsoft.core.util.mail
Interface Mail<Message>

All Superinterfaces:
Seq<Message>, Slot<Message>
All Known Implementing Classes:
FlipMail, MailImp

public interface Mail<Message>
extends Seq<Message>, Slot<Message>

An interface for sending and receiving messages. For documentation on interface Mail and class FlipMail, please see the tutorial "Interface Mail" at https://www.croftsoft.com/library/tutorials/mail/

Since:
2008-01-27
Version:
$Id: Mail.java,v 1.3 2008/09/20 05:01:27 croft Exp $
Author:
David Wallace Croft

Method Summary
 
Methods inherited from interface com.croftsoft.core.util.seq.Seq
get, size
 
Methods inherited from interface com.croftsoft.core.util.slot.Slot
offer
 


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)