Uses of Interface
com.croftsoft.core.util.slot.Slot

Packages that use Slot
com.croftsoft.core.util.mail Intermediary to broadcast and retrieve messages (tutorial). 
 

Uses of Slot in com.croftsoft.core.util.mail
 

Subinterfaces of Slot in com.croftsoft.core.util.mail
 interface Mail<Message>
          An interface for sending and receiving messages.
 

Classes in com.croftsoft.core.util.mail that implement Slot
 class FlipMail<Message>
          Replaces incoming messages with outgoing messages when updated.
 class MailImp<Message>
          A Mail implementation backed by a Seq and a Slot.
 

Constructors in com.croftsoft.core.util.mail with parameters of type Slot
MailImp(Seq<Message> incomingSeq, Slot<Message> outgoingSlot)
           
 


CroftSoft Javadoc

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