Runnable JDK 1.0

java.lang runnable

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

Hierarchy^  ?

<Runnable>

Implementations^  ?
Thread

Passed To^  ?
Thread.Thread()

Used By^  ?
Thread


Java Power Reference. Created by David Flanagan.
Copyright © 1999 O'Reilly & Associates.All Rights Reserved.

This file may not be distributed on the Internet.