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