Interface FormulaUpdatedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFormulaUpdated
(FormulaUpdated event) Notification fired when a user either creates a new formula field or edits an existing formula field.
-
Method Details
-
onFormulaUpdated
Notification fired when a user either creates a new formula field or edits an existing formula field.- Parameters:
event
- the event
-