org.jruby.runtime.callback
Interface Callback

All Known Implementing Classes:
FastInvocationCallback, InvocationCallback, ReflectionCallback

public interface Callback

Author:
jpetersen

Method Summary
 IRubyObject execute(IRubyObject recv, IRubyObject[] args, Block block)
           
 Arity getArity()
           
 

Method Detail

execute

public IRubyObject execute(IRubyObject recv,
                           IRubyObject[] args,
                           Block block)

getArity

public Arity getArity()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.