atg.service.email
Interface EmailListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
BatchEmailListener, EmailListenerQueue, SMTPEmailSender

public interface EmailListener
extends java.util.EventListener

An interface that describes a mechanism for managing sending email events.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 void sendEmailEvent(EmailEvent pEvent)
          Takes the given event and sends if off as an email message
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

sendEmailEvent

void sendEmailEvent(EmailEvent pEvent)
                    throws EmailException
Takes the given event and sends if off as an email message

Throws:
EmailException