org.jruby.test
Class Parent

java.lang.Object
  extended by org.jruby.test.Parent

public abstract class Parent
extends java.lang.Object


Constructor Summary
Parent()
           
 
Method Summary
abstract  void run(java.lang.String param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parent

public Parent()
Method Detail

run

public abstract void run(java.lang.String param)


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