org.seasar.uruma.rcp.core
クラス UrumaBundleWatcher

java.lang.Object
  上位を拡張 org.seasar.uruma.rcp.core.UrumaBundleWatcher
すべての実装されたインタフェース:
org.eclipse.osgi.framework.adaptor.BundleWatcher

public class UrumaBundleWatcher
extends Object
implements org.eclipse.osgi.framework.adaptor.BundleWatcher

バンドルのライフサイクルを監視するためのクラスです。

作成者:
y-komori

フィールドの概要
 
インタフェース org.eclipse.osgi.framework.adaptor.BundleWatcher から継承されたフィールド
END_ACTIVATION, END_DEACTIVATION, END_INSTALLING, END_UNINSTALLING, START_ACTIVATION, START_DEACTIVATION, START_INSTALLING, START_UNINSTALLING
 
コンストラクタの概要
UrumaBundleWatcher()
           
 
メソッドの概要
 void watchBundle(Bundle bundle, int type)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UrumaBundleWatcher

public UrumaBundleWatcher()
メソッドの詳細

watchBundle

public void watchBundle(Bundle bundle,
                        int type)
定義:
インタフェース org.eclipse.osgi.framework.adaptor.BundleWatcher 内の watchBundle


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.