Groovy 2.2.0

groovy.lang
[Java] Interface GroovyCallable


public interface GroovyCallable
extends Callable

A special "marker" style interface allowing Groovy classes to implement both Runnable and Callable yet give preference to Runnable (for backwards compatibility) for APIs having both Runnable and Callable methods. You should generally NOT use this method in your own code.

See Also:
Callable
Since:
1.8.0


Method Summary
 
Methods inherited from interface Callable
call
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Copyright © 2003-2013 The Codehaus. All rights reserved.