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 java.lang.Object implements SourceBinding
- Since:
- Groovy 1.1
- 
Constructor SummaryConstructors Constructor Description ClosureSourceBinding(Closure closure)ClosureSourceBinding(Closure closure, java.lang.Object[] arguments)
- 
Method SummaryModifier and Type Method Description ClosuregetClosure()java.lang.ObjectgetSourceValue()voidsetClosure(Closure closure)voidsetClosureArgument(java.lang.Object argument)voidsetClosureArguments(java.lang.Object[] arguments)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
ClosureSourceBinding
- 
ClosureSourceBinding
 
- 
- 
Method Details- 
getClosure
- 
setClosure
- 
getSourceValuepublic java.lang.Object getSourceValue()- Specified by:
- getSourceValuein interface- SourceBinding
 
- 
setClosureArgumentspublic void setClosureArguments(java.lang.Object[] arguments)
- 
setClosureArgumentpublic void setClosureArgument(java.lang.Object argument)
 
-