public static class JRubyApplet.RubyMethods extends Object
Constructor and Description |
---|
RubyMethods() |
Modifier and Type | Method and Description |
---|---|
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) |
public static IRubyObject on_start(IRubyObject recv, Block block)
public static IRubyObject on_stop(IRubyObject recv, Block block)
public static IRubyObject on_destroy(IRubyObject recv, Block block)
public static IRubyObject on_paint(IRubyObject recv, Block block)
Copyright © 2001–2016 JRuby. All rights reserved.