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