Class JavaBridge::JExtendedClass
In: ruby/jbridge.rb
Parent: JObject

the extended object created by ruby

Methods

Public Class methods

Public Instance methods

the easy method implementation by the block notation. users can write the event handler with the java-like variable scope.

define default method implementation. name is the method name. args is the array of argument objects.

 set_default_dispatcher {|name,args|
    do somethind...
 }

[Validate]