Package org.apache.groovy.swing.binding
Interface TargetBinding
- All Known Implementing Classes:
PropertyBinding,PropertyChangeProxyTargetBinding
public interface TargetBinding
Receives values on the target side of a binding.
- Since:
- Groovy 1.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateTargetValue(Object value) Applies a new value to the target.
-
Method Details
-
updateTargetValue
Applies a new value to the target.- Parameters:
value- the value to apply
-