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 SummaryConstructorsConstructorDescriptionClosureSourceBinding(Closure closure) ClosureSourceBinding(Closure closure, Object[] arguments) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetClosure(Closure closure) voidsetClosureArgument(Object argument) voidsetClosureArguments(Object[] arguments) 
- 
Constructor Details- 
ClosureSourceBinding
- 
ClosureSourceBinding
 
- 
- 
Method Details- 
getClosure
- 
setClosure
- 
getSourceValue- Specified by:
- getSourceValuein interface- SourceBinding
 
- 
setClosureArguments
- 
setClosureArgument
 
-