public interface JavaTrigger
Users that need to write custom Java triggers must implement the JavaTrigger interface class as the code will assume it can cast the class to an JavaTrigger and run the "run" method.
Modifier and Type | Method and Description |
---|---|
void |
run(TriggerEventContext triggerEventContext)
Interface method implemented by Java Triggers.
|
void run(TriggerEventContext triggerEventContext)
triggerEventContext
- - object that contains information necessary for trigger event to be fired© Copyright IBM Corporation 2000, 2009
US Government Users Restricted Rights--Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
Notices