org.boxed_economy.besp.presentation
インタフェース PresentationContainerListener

すべてのスーパーインタフェース:
java.util.EventListener
既知の実装クラスの一覧:
GUIContainer

public interface PresentationContainerListener
extends java.util.EventListener

プレゼンテーションコンテナの状態が変化したことを通知するリスナ

バージョン:
$Id: PresentationContainerListener.java,v 1.1 2004/03/21 12:07:48 macchan Exp $
作成者:
macchan

メソッドの概要
 void presentationComponentAdded(PresentationContainerEvent ev)
          プレゼンテーションコンポーネントが追加されたことを通知します
 void presentationComponentRemoved(PresentationContainerEvent ev)
          プレゼンテーションコンポーネントが削除されたことを通知します
 

メソッドの詳細

presentationComponentAdded

public void presentationComponentAdded(PresentationContainerEvent ev)
プレゼンテーションコンポーネントが追加されたことを通知します


presentationComponentRemoved

public void presentationComponentRemoved(PresentationContainerEvent ev)
プレゼンテーションコンポーネントが削除されたことを通知します