public interface HasFormulaUpdatedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addFormulaUpdatedHandler(FormulaUpdatedHandler handler)
Notification fired when a user either creates a new formula field or edits an existing formula field.
|
fireEvent
HandlerRegistration addFormulaUpdatedHandler(FormulaUpdatedHandler handler)
handler
- the formulaUpdated handlerHandlerRegistration
used to remove this handler