jp.carabiner.treeeditor.js
インタフェース JSAppCollection

既知の実装クラスの一覧:
TreeEditorFrame

public interface JSAppCollection

アプリケーションコレクションの抽象です。


メソッドの概要
 Iterable<JSApp> getApplications()
          アプリケーションの一覧を取得します。
 void notifyActivated(JSApp app)
          アクティベートされたことを通知します。
 void notifyDeactivated(JSApp app)
          停止されたことを通知します。
 

メソッドの詳細

notifyActivated

void notifyActivated(JSApp app)
アクティベートされたことを通知します。

パラメータ:
app - アプリケーション。nullは不可。

notifyDeactivated

void notifyDeactivated(JSApp app)
停止されたことを通知します。

パラメータ:
app - アプリケーション。nullは不可。

getApplications

Iterable<JSApp> getApplications()
アプリケーションの一覧を取得します。

戻り値:
アプリケーションの一覧。