com.compoze.trigger
Interface ITriggerAction
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- EmailTriggerAction
- public interface ITriggerAction
- extends java.io.Serializable
Classes that implement this interface are capable of tracking the progress
of and executing trigger actions.
execute
public boolean execute(Trigger trigger)
- Executes the action.
- Parameters:
trigger
- the trigger the action was executed for- Returns:
true
if the action was successful; false
otherwise
Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.