|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||