public class NewUserAction extends BaseMailAction implements MessageAction
| Constructor and Description |
|---|
NewUserAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(EventMessage msg)
Execute the Event.
|
protected java.lang.String[] |
getRecipients(User userIn) |
protected java.lang.String |
getSubject(BaseEvent evtIn) |
getMailpublic void execute(EventMessage msg)
execute in interface MessageActionexecute in class BaseMailActionmsg - EventMessage to executed.protected java.lang.String getSubject(BaseEvent evtIn)
getSubject in class BaseMailActionprotected java.lang.String[] getRecipients(User userIn)
getRecipients in class BaseMailAction