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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUtility class that performs the wiring forCallOnUpdateannotations. - 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
model
String modelThe model field name to bind to. If this is left blank and theBindingContexthas only a singleBindableModelthen it will bind to that.- Default:
 - ""
 
 - 
on
String[] onWhat model update type to trigger on, or blank (default) for all updates.- Default:
 - {""}
 
 
 -