|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaTrigger
JavaTrigger is the interface class for any Java based trigger that will be executed by IBM Rational Change.
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.
Method Summary | |
---|---|
void |
run(TriggerEventContext triggerEventContext)
Interface method implemented by Java Triggers. |
Method Detail |
---|
void run(TriggerEventContext triggerEventContext)
triggerEventContext
- - object that contains information necessary for trigger event to be fired
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |