Uses of Interface
org.subethamail.smtp.helper.SimpleMessageListener

Packages that use SimpleMessageListener
org.subethamail.smtp.helper   
org.subethamail.wiser   
 

Uses of SimpleMessageListener in org.subethamail.smtp.helper
 

Constructors in org.subethamail.smtp.helper with parameters of type SimpleMessageListener
SimpleMessageListenerAdapter(SimpleMessageListener listener)
          Initializes this factory with a single listener.
 

Constructor parameters in org.subethamail.smtp.helper with type arguments of type SimpleMessageListener
SimpleMessageListenerAdapter(Collection<SimpleMessageListener> listeners)
          Initializes this factory with the listeners.
SimpleMessageListenerAdapter(Collection<SimpleMessageListener> listeners, int dataDeferredSize)
          Initializes this factory with the listeners.
 

Uses of SimpleMessageListener in org.subethamail.wiser
 

Classes in org.subethamail.wiser that implement SimpleMessageListener
 class Wiser
          Wiser is a tool for unit testing applications that send mail.
 



Copyright © 2006-2012. All Rights Reserved.