Package com.palantir.ptoss.cinch.core
Annotation Interface CallOnUpdate
An annotation to mark that a method should be called when the bound model updates
 in a specific way. The method can have any access modifiers, i.e. it can be private.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classUtility class that performs the wiring forCallOnUpdateannotations.
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
modelString modelThe model field name to bind to. If this is left blank and theBindingContexthas only a singleBindableModelthen it will bind to that.- Default:
- ""
 
- 
onString[] onWhat model update type to trigger on, or blank (default) for all updates.- Default:
- {""}
 
 
-