Compoze Software, Inc.

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.


Method Summary
 boolean execute(Trigger trigger)
          Executes the action.
 

Method Detail

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

Compoze Software, Inc.

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