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

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

org.boxed_economy.besp.model.fmfw での UpdateRelationEvent の使用
 

UpdateRelationEvent 型のパラメータを持つ org.boxed_economy.besp.model.fmfw のメソッド
protected  void Relation.fireChanneOpened(UpdateRelationEvent e)
           
protected  void Relation.fireChanneClosed(UpdateRelationEvent e)
           
 

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

UpdateRelationEvent 型のパラメータを持つ org.boxed_economy.besp.model.fmfw.update のメソッド
 void UpdateRelationListener.channelOpened(UpdateRelationEvent e)
          RelationがChannelを開設したときに呼ばれるメソッドです。
 void UpdateRelationListener.channelClosed(UpdateRelationEvent e)
          RelationがChannelを閉鎖したときに呼ばれるメソッドです。
 

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

UpdateRelationEvent 型のパラメータを持つ org.boxed_economy.besp.presentation のメソッド
 void UpdateEventManager.channelClosed(UpdateRelationEvent e)
           
 void UpdateEventManager.channelOpened(UpdateRelationEvent e)