org.codehaus.mojo.groovy.runtime.util
Interface Callable


public interface Callable

Provides a simple way to represent a Groovy closure w/o the actual closure.

Version:
$Id: Callable.java 5523 2007-10-25 07:29:13Z user57 $
Author:
Jason Dillon

Method Summary
 java.lang.Object call(java.lang.Object[] args)
           
 

Method Detail

call

java.lang.Object call(java.lang.Object[] args)
                      throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006-2007 Codehaus. All Rights Reserved.