|
Griffon 0.9.5-rc2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgriffon.util.CallableClosure
public class CallableClosure extends Object
Helper class that executes a Closure as Callable.
Field Summary | |
---|---|
private Closure |
closure
|
Constructor Summary | |
CallableClosure(Closure closure)
|
Method Summary | |
---|---|
Object
|
call()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private final Closure closure
Constructor Detail |
---|
public CallableClosure(Closure closure)
Method Detail |
---|
public Object call()
Groovy Documentation