aicas logo Jamaica 3.4 release 8

java.lang
Interface Runnable

All Known Subinterfaces:
RunnableFuture<V>, RunnableScheduledFuture<V>, Schedulable
All Known Implementing Classes:
AsyncEventHandler, BoundAsyncEventHandler, Connection, Disposer, FutureTask, MemoryReservationThread, NoHeapRealtimeThread, PoolCleaner, RealtimeThread, SigIntHandler, SigQuitHandler, SigTermHandler, Thread, TimerTask

public interface Runnable

Runnable is an interface to be implemented by classes that provide a run() method.

Since:
1.0

Method Summary
 void run()
          run executes this Runnable()'s code.
 

Method Detail

run

void run()
run executes this Runnable()'s code.


aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.