Package com.palantir.ptoss.cinch.core
Annotation Type CallOnUpdate
- 
@Retention(RUNTIME) @Target(METHOD) public @interface CallOnUpdateAn 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. 
- 
- 
Element Detail
- 
model
java.lang.String model
The model field name to bind to. If this is left blank and theBindingContexthas only a singleBindableModelthen it will bind to that.- Default:
 - ""
 
 
 - 
 
 -