Runnable


Runnable java.lang

Java 1.0 runnable

This interface specifies the run( ) method that is required to use with the Thread class. Any class that implements this interface can provide the body of a thread. See THRead for more information.

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

Implementations

THRead , java.util.TimerTask , java.util.concurrent.FutureTask

Passed To

Too many methods to list.

Returned By

javax.net.ssl.SSLEngine.getDelegatedTask( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net