cn.dreampie.coffeescript.compiler
类 CoffeeExecuteListener

java.lang.Object
  继承者 cn.dreampie.coffeescript.compiler.CoffeeExecuteListener
所有已实现的接口:
Observer

public class CoffeeExecuteListener
extends Object
implements Observer

Created by wangrenhui on 2014/7/22.


构造方法摘要
CoffeeExecuteListener(CoffeeExecuteThread coffeeExecuteThread)
           
 
方法摘要
 void update(Observable o, Object arg)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CoffeeExecuteListener

public CoffeeExecuteListener(CoffeeExecuteThread coffeeExecuteThread)
方法详细信息

update

public void update(Observable o,
                   Object arg)
指定者:
接口 Observer 中的 update


Copyright © 2014. All rights reserved.