public abstract class BaseMailAction
extends java.lang.Object
| Constructor and Description |
|---|
BaseMailAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(EventMessage msg)
Execute the TraceBack
|
protected Mail |
getMail()
Get the mailer associated with this class
|
protected abstract java.lang.String[] |
getRecipients(User user) |
protected abstract java.lang.String |
getSubject(BaseEvent evt) |
protected abstract java.lang.String getSubject(BaseEvent evt)
protected abstract java.lang.String[] getRecipients(User user)
public void execute(EventMessage msg)
msg - EventMessage to executed.protected Mail getMail()