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
 Object call(Object[] args)
           
 

Method Detail

call

Object call(Object[] args)
            throws Exception
Throws:
Exception


Copyright © 2006-2012 Codehaus. All Rights Reserved.