Package org.apache.groovy.swing.binding
Class ClosureSourceBinding
java.lang.Object
org.apache.groovy.swing.binding.ClosureSourceBinding
- All Implemented Interfaces:
SourceBinding
public class ClosureSourceBinding extends Object implements SourceBinding
- Since:
- Groovy 1.1
-
Constructor Summary
Constructors Constructor Description ClosureSourceBinding(Closure closure)
ClosureSourceBinding(Closure closure, Object[] arguments)
-
Method Summary
Modifier and Type Method Description Closure
getClosure()
Object
getSourceValue()
void
setClosure(Closure closure)
void
setClosureArgument(Object argument)
void
setClosureArguments(Object[] arguments)
-
Constructor Details
-
ClosureSourceBinding
-
ClosureSourceBinding
-
-
Method Details
-
getClosure
-
setClosure
-
getSourceValue
- Specified by:
getSourceValue
in interfaceSourceBinding
-
setClosureArguments
-
setClosureArgument
-