java.lang
Interface Runnable

All Known Implementing Classes:
TimerTask

public interface Runnable

Thread.start를 사용해서 active되는 클래스는 모두 이 인터페이스를 구현 해야 된다.


Method Summary
 void run()
          Thread.start에 의해 run메소스가 호출된다.
 

Method Detail

run

public void run()
Thread.start에 의해 run메소스가 호출된다.


AromaSoft Corp. Proprietary and Confidential

(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com