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
FieldsModifier and TypeFieldDescriptionstatic final TriggerContextA dummy TriggerContext that may be used when the context is known not to matter. -
Method Summary
-
Field Details
-
DUMMY
A dummy TriggerContext that may be used when the context is known not to matter.
-
-
Method Details
-
getName
String getName()
-