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

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

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

UpdateChannelEvent 型のパラメータを持つ org.boxed_economy.besp.model.fmfw.update のメソッド
 void UpdateChannelListener.goodsSent(UpdateChannelEvent e)
          Channelを利用してGoodsが送られたときに呼ばれるメソッドです。
 void UpdateChannelListener.goodsReceive(UpdateChannelEvent e)
          Channelを利用してGoodsが受け取られたときに呼ばれるメソッドです。
 

org.boxed_economy.besp.presentation での UpdateChannelEvent の使用
 

UpdateChannelEvent 型のパラメータを持つ org.boxed_economy.besp.presentation のメソッド
 void UpdateEventManager.goodsReceive(UpdateChannelEvent e)
           
 void UpdateEventManager.goodsSent(UpdateChannelEvent e)