org.codehaus.gmaven.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 12 2009-07-16 09:27:15Z 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-2010 Codehaus. All Rights Reserved.