talx x1.0.5

talx.model.filters
Interface SenderFilterListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
SenderFilter
All Known Implementing Classes:
RemoteSender, SenderFilterAdapter, TALLogger

public interface SenderFilterListener
extends java.util.EventListener

Contract for listeners to the outgoing filter stack.


Method Summary
 void filterActivated(TALMailEvent ev)
          This method is called when we have filtered/dropped a message.
 void sendingMail(TALMailEvent ev)
          This method is called when mail needs to be sent.
 

Method Detail

sendingMail

public void sendingMail(TALMailEvent ev)
This method is called when mail needs to be sent.


filterActivated

public void filterActivated(TALMailEvent ev)
This method is called when we have filtered/dropped a message.


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.