パッケージ org.boxed_economy.besp.model.fmfw.update

インタフェースの概要
TradeListener Trade実行時のイベントを受け取るためのリスナーです
UpdateAgentListener AgentにGoods/Information/Relationがadd/removeされたイベントを受け取るためのリスナーです
UpdateBehaviorListener Behavior更新時のイベントを受け取るためのリスナーです Behaviorの性質上、詳しい実装はBehaviorに依存します。
UpdateChannelListener UpdateChannelEventを受信するListenerです。
UpdateClockListener StateMachineの更新を受け取るためのListenerです.
UpdateInformationListener Information更新時のイベントを受け取るためのリスナーです Informationの性質上、詳しい実装はInformationに依存します。
UpdateListener  
UpdateRelationListener Relationの更新を受け取るためのListenerです.
UpdateStepListener StateMachineの更新を受け取るためのListenerです.
UpdateWorldListener Worldの更新を受け取るためのListenerです.
 

クラスの概要
TradeEvent Channelを用いたGoodsの送受信が行なわれた時にChannelから送られるイベントです
UpdateAgentEvent AgentにGoods/Information/Relationがadd/removeされた時に送られるイベントです
UpdateBehaviorEvent Behaviorが更新されたときに送られるイベントです。
UpdateChannelEvent ChannelでGoodsが送信・受信されたときに送られるEventです。
UpdateClockEvent 時計が進捗したときに送られるEventです.
UpdateEvent モデルの要素が更新されたときに送られるEventです。
UpdateInformationEvent Informationが更新された時に送られるイベントです Informationの性質上、詳しい実装はInformationに依存します。
UpdateRelationEvent RelationがChannelを開設・閉鎖したときに送られるEventです.
UpdateWorldEvent Worldが更新されたときに送られるEventです.