Package org.apache.groovy.swing.binding
Class ClosureSourceBinding
java.lang.Object
org.apache.groovy.swing.binding.ClosureSourceBinding
- All Implemented Interfaces:
 SourceBinding
- Since:
 - Groovy 1.1
 
- 
Constructor Summary
ConstructorsConstructorDescriptionClosureSourceBinding(Closure closure) ClosureSourceBinding(Closure closure, Object[] arguments)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetClosure(Closure closure) voidsetClosureArgument(Object argument) voidsetClosureArguments(Object[] arguments)  
- 
Constructor Details
- 
ClosureSourceBinding
 - 
ClosureSourceBinding
 
 - 
 - 
Method Details
- 
getClosure
 - 
setClosure
 - 
getSourceValue
- Specified by:
 getSourceValuein interfaceSourceBinding
 - 
setClosureArguments
 - 
setClosureArgument
 
 -