|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Represents a method on an object using a closure which can be invoked at any time
| Field Summary | |
|---|---|
String |
method
|
| Constructor Summary | |
MethodClosure(Object owner, String method)
|
|
| Method Summary | |
|---|---|
Object |
doCall(Object arguments)
|
String |
getMethod()
|
Object |
getProperty(String property)
|
| Constructor Detail |
|---|
public MethodClosure(Object owner, String method)
| Method Detail |
|---|
Object doCall(Object arguments)
public String getMethod()
public Object getProperty(String property)