jp.carabiner.treeeditor.js.io
クラス JSProgress

java.lang.Object
  上位を拡張 jp.carabiner.treeeditor.js.io.JSProgress

public class JSProgress
extends Object

進捗オブジェクトです。


コンストラクタの概要
JSProgress(jp.carabiner.tarp.desktop.ui.TaskStatus status)
          構築します。
 
メソッドの概要
 void progress()
          進行状態を通知します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JSProgress

public JSProgress(jp.carabiner.tarp.desktop.ui.TaskStatus status)
構築します。

パラメータ:
status - 進行状態。nullは不可。
メソッドの詳細

progress

public void progress()
進行状態を通知します。