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

java.lang.Object
  上位を拡張 org.seasar.uruma.rcp.core.UrumaBundleListener
すべての実装されたインタフェース:
EventListener, BundleListener

public class UrumaBundleListener
extends Object
implements BundleListener

OSGi バンドルの動作を監視するためのクラスです。
現在は未使用です。

作成者:
y-komori

コンストラクタの概要
UrumaBundleListener()
           
 
メソッドの概要
 void bundleChanged(BundleEvent event)
           
protected  void resolvedBundle(BundleEvent event)
           
protected  void startedBundle(BundleEvent event)
           
protected  void startingBundle(BundleEvent event)
           
protected  void stoppedBundle(BundleEvent event)
           
protected  void stoppingBundle(BundleEvent event)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UrumaBundleListener

public UrumaBundleListener()
メソッドの詳細

bundleChanged

public void bundleChanged(BundleEvent event)
定義:
インタフェース BundleListener 内の bundleChanged

resolvedBundle

protected void resolvedBundle(BundleEvent event)

startingBundle

protected void startingBundle(BundleEvent event)

startedBundle

protected void startedBundle(BundleEvent event)

stoppingBundle

protected void stoppingBundle(BundleEvent event)

stoppedBundle

protected void stoppedBundle(BundleEvent event)


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