クラス
org.boxed_economy.besp.model.fmfw.update.UpdateEvent の使用

UpdateEvent を使用しているパッケージ
org.boxed_economy.besp.model.fmfw.update   
 

org.boxed_economy.besp.model.fmfw.update での UpdateEvent の使用
 

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