org.boxed_economy.besp.presentation
クラス PresentationContainerEvent

java.lang.Object
  拡張java.util.EventObject
      拡張org.boxed_economy.besp.presentation.PresentationContainerEvent
すべての実装インタフェース:
java.io.Serializable

public class PresentationContainerEvent
extends java.util.EventObject

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

バージョン:
$Id: PresentationContainerEvent.java,v 1.1 2004/03/21 12:07:48 macchan Exp $
作成者:
macchan
関連項目:
直列化された形式

フィールドの概要
 
クラス java.util.EventObject から継承したフィールド
source
 
コンストラクタの概要
PresentationContainerEvent(java.lang.Object source, PresentationComponent component)
          Constructor for PresentationContainerEvent.
 
メソッドの概要
 PresentationComponent getPresentationComponent()
          Returns the presentationComponent.
 
クラス java.util.EventObject から継承したメソッド
getSource, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PresentationContainerEvent

public PresentationContainerEvent(java.lang.Object source,
                                  PresentationComponent component)
Constructor for PresentationContainerEvent.

パラメータ:
source -
メソッドの詳細

getPresentationComponent

public PresentationComponent getPresentationComponent()
Returns the presentationComponent.

戻り値:
PresentationComponent