com.telelogic.cs.api

Interface JavaTrigger



  • 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 Detail

      • run

        void run(TriggerEventContext triggerEventContext)
        Interface method implemented by Java Triggers.
        Parameters:
        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