|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.trigger.EmailTriggerAction
This class is a trigger action capable of sending an email.
Constructor Summary | |
EmailTriggerAction(PreparedEmail email)
Constructor. |
Method Summary | |
boolean |
execute(Trigger trigger)
Executes the action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmailTriggerAction(PreparedEmail email)
email
- the email to sendMethod Detail |
public boolean execute(Trigger trigger)
ITriggerAction
execute
in interface ITriggerAction
com.compoze.trigger.ITriggerAction
trigger
- the trigger the action was executed fortrue
if the action was successful; false
otherwise
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |