Compoze Software, Inc.

com.compoze.trigger
Class EmailTriggerAction


java.lang.Object

  |

  +--com.compoze.trigger.EmailTriggerAction

All Implemented Interfaces:
ITriggerAction, java.io.Serializable

public class EmailTriggerAction
extends java.lang.Object
implements ITriggerAction, java.io.Serializable

This class is a trigger action capable of sending an email.

See Also:
Serialized Form

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

EmailTriggerAction


public EmailTriggerAction(PreparedEmail email)
Constructor.
Parameters:
email - the email to send
Method Detail

execute


public boolean execute(Trigger trigger)
Description copied from interface: ITriggerAction
Executes the action.
Specified by:
execute in interface ITriggerAction
Following copied from interface: com.compoze.trigger.ITriggerAction
Parameters:
trigger - the trigger the action was executed for
Returns:
true if the action was successful; false otherwise

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.