org.boxed_economy.components.consecutiveexecuter
クラス ConsecutiveExecuteThread

java.lang.Object
  拡張org.boxed_economy.components.consecutiveexecuter.ConsecutiveExecuteThread
すべての実装インタフェース:
java.lang.Runnable

public class ConsecutiveExecuteThread
extends java.lang.Object
implements java.lang.Runnable

バージョン:
$Id: ConsecutiveExecuteThread.java,v 1.1 2004/03/21 12:07:48 macchan Exp $
作成者:
macchan

コンストラクタの概要
ConsecutiveExecuteThread(ConsecutiveExecuteComponent component)
          Constructor for ConsecutiveExecuteThread.
 
メソッドの概要
 void doTransitition()
           
 void run()
           
 void start()
           
 void stop()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConsecutiveExecuteThread

public ConsecutiveExecuteThread(ConsecutiveExecuteComponent component)
Constructor for ConsecutiveExecuteThread.

メソッドの詳細

doTransitition

public void doTransitition()

start

public void start()

stop

public void stop()

run

public void run()
定義:
インタフェース java.lang.Runnable 内の run