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

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

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

Channel を返す org.boxed_economy.besp.model.fmfw のメソッド
 Channel ChannelManager.getActiveChannel()
          Behavior自身が開いているChannelを返します
 Channel ChannelEvent.getChannel()
           
 Channel Behavior.getActiveChannel()
          Behavior自身が開いているChannelを返します
 

Channel 型のパラメータを持つ org.boxed_economy.besp.model.fmfw のメソッド
protected  void Relation.removeChannel(Channel channel)
          Channelを閉じます。
 void ChannelManager.setActiveChannel(Channel channel)
          Behaviorに新たにChannelを設定します。
 void ChannelManager.removeChannel(Channel channel)
          Channelが閉じられるときに、Channelから呼ばれます。
 

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

Channel を返す org.boxed_economy.besp.model.fmfw.update のメソッド
 Channel UpdateRelationEvent.getChannel()
          開設・閉鎖したChannelを返します。
 

Channel 型のパラメータを持つ org.boxed_economy.besp.model.fmfw.update のコンストラクタ
UpdateRelationEvent(java.lang.Object source, Channel channel)
          コンストラクタです。
TradeEvent(Channel channel, java.util.Collection goodsFromChannelStart, java.util.Collection goodsFromChannelEnd, Relation relation)
          コンストラクタです。