org.jruby
Class JRubyApplet.RubyMethods

java.lang.Object
  extended by org.jruby.JRubyApplet.RubyMethods
Enclosing class:
JRubyApplet

public static class JRubyApplet.RubyMethods
extends java.lang.Object


Constructor Summary
JRubyApplet.RubyMethods()
           
 
Method Summary
static IRubyObject on_destroy(IRubyObject recv, Block block)
           
static IRubyObject on_paint(IRubyObject recv, Block block)
           
static IRubyObject on_start(IRubyObject recv, Block block)
           
static IRubyObject on_stop(IRubyObject recv, Block block)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRubyApplet.RubyMethods

public JRubyApplet.RubyMethods()
Method Detail

on_start

public static IRubyObject on_start(IRubyObject recv,
                                   Block block)

on_stop

public static IRubyObject on_stop(IRubyObject recv,
                                  Block block)

on_destroy

public static IRubyObject on_destroy(IRubyObject recv,
                                     Block block)

on_paint

public static IRubyObject on_paint(IRubyObject recv,
                                   Block block)


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