com.croftsoft.core.util.slot
Interface Slot<E>

All Known Subinterfaces:
Mail<Message>
All Known Implementing Classes:
FlipMail, MailImp

public interface Slot<E>

Mail slot for receiving messages to be processed, stored, or relayed. Please see the online tutorial Interface Slot.

Since:
2007-01-28
Version:
$Id: Slot.java,v 1.1 2008/09/20 05:01:27 croft Exp $
Author:
David Wallace Croft

Method Summary
 boolean offer(E e)
           
 

Method Detail

offer

boolean offer(E e)

CroftSoft Javadoc

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