org.boxed_economy.besp.presentation
クラス DefaultPresentationComponent

java.lang.Object
  拡張org.boxed_economy.besp.presentation.AbstractPresentationComponent
      拡張org.boxed_economy.besp.presentation.DefaultPresentationComponent
すべての実装インタフェース:
PresentationComponent, UpdateEventDeliverer

public class DefaultPresentationComponent
extends AbstractPresentationComponent

AbstractPresentationComponentに空実装を加え、 インスタンス化が可能なPresentationComponent実装クラス 主に、GUIComponentの委譲実装に用いられる

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

コンストラクタの概要
DefaultPresentationComponent()
           
 
メソッドの概要
 void initialize()
          このコンポーネントの初期化処理を記述するメソッドです。
 void terminate()
          このプレゼンテーションコンポーネントを終了します。
 void worldClosed()
           
 void worldOpened()
           
 
クラス org.boxed_economy.besp.presentation.AbstractPresentationComponent から継承したメソッド
addTradeListener, addUpdateAgentListener, addUpdateBehaviorListener, addUpdateChannelListener, addUpdateClockListener, addUpdateInformationListener, addUpdateRelationListener, addUpdateStepListener, addUpdateWorldListener, getPresentationContainer, getWorld, removeTradeListener, removeUpdateAgentListener, removeUpdateBehaviorListener, removeUpdateChannelListener, removeUpdateClockListener, removeUpdateInformationListener, removeUpdateRelationListener, removeUpdateStepListener, removeUpdateWorldListener, setPresentationContainer
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DefaultPresentationComponent

public DefaultPresentationComponent()
メソッドの詳細

initialize

public void initialize()
インタフェース PresentationComponent の記述:
このコンポーネントの初期化処理を記述するメソッドです。 プレゼンテーションコンポーネントがコンテナーに追加された後に呼ばれます。


terminate

public void terminate()
インタフェース PresentationComponent の記述:
このプレゼンテーションコンポーネントを終了します。 コンテナーのremoveメソッドから呼ばれます。(modelが存在していれば、 先にcloseWorldが呼ばれます。)


worldOpened

public void worldOpened()

worldClosed

public void worldClosed()