Interface java.lang.Runnable (1.0)


public abstract interface Runnable {
  // Public Instance Methods
    public abstract void run( );
}