cn.dreampie.coffeescript.compiler
类 CoffeeExecuteThread

java.lang.Object
  继承者 java.util.Observable
      继承者 cn.dreampie.coffeescript.compiler.CoffeeExecuteThread
所有已实现的接口:
Runnable

public class CoffeeExecuteThread
extends Observable
implements Runnable

Created by wangrenhui on 2014/7/22.


构造方法摘要
CoffeeExecuteThread(CoffeeScriptCompiler coffeeScriptCompiler, int restartInterval)
           
 
方法摘要
 void doBusiness()
           
 void run()
           
 
从类 java.util.Observable 继承的方法
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CoffeeExecuteThread

public CoffeeExecuteThread(CoffeeScriptCompiler coffeeScriptCompiler,
                           int restartInterval)
方法详细信息

doBusiness

public void doBusiness()

run

public void run()
指定者:
接口 Runnable 中的 run


Copyright © 2014. All rights reserved.