cakoose.util
Class Proc0

java.lang.Object
  extended by cakoose.util.Proc0

public abstract class Proc0
extends Object


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

Constructor Detail

Proc0

public Proc0()
Method Detail

run

public abstract void run()

noop

public static Proc0 noop()