Package org.codehaus.groovy.binding
Interface TargetBinding
-
- All Known Implementing Classes:
PropertyBinding
,PropertyChangeProxyTargetBinding
public interface TargetBinding
- Since:
- Groovy 1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateTargetValue(Object value)
-
-
-
Method Detail
-
updateTargetValue
void updateTargetValue(Object value)
-
-