Interface TriggerContext

All Known Implementing Classes:
AtTimeContext, FunctionContext, PeriodicalContext, ScriptLoadContext, WhenContext

public interface TriggerContext
A context under which a trigger may be run.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TriggerContext
    A dummy TriggerContext that may be used when the context is known not to matter.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

    • DUMMY

      static final TriggerContext DUMMY
      A dummy TriggerContext that may be used when the context is known not to matter.
  • Method Details