org.jruby.runtime.callback
Interface Callback

All Known Implementing Classes:
AbstractCallback, CompiledReflectionCallback

public interface Callback

Version:
$Revision: 1.2 $
Author:
jpetersen

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

Method Detail

execute

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

getArity

public Arity getArity()


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.