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