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

Packages that use SimpleMessageListener
org.subethamail.smtp.helper   
org.subethamail.smtp.test.util   
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(java.util.Collection<SimpleMessageListener> listeners)
          Initializes this factory with the listeners.
SimpleMessageListenerAdapter(java.util.Collection<SimpleMessageListener> listeners, int dataDeferredSize)
          Initializes this factory with the listeners.
 

Uses of SimpleMessageListener in org.subethamail.smtp.test.util
 

Classes in org.subethamail.smtp.test.util that implement SimpleMessageListener
 class ServerTestCase.TestWiser
          Override the accept method in Wiser so we can test the accept method().
 

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-2011. All Rights Reserved.