org.boxed_economy.besp.model.fmfw.update
クラス UpdateChannelEvent

java.lang.Object
  拡張java.util.EventObject
      拡張org.boxed_economy.besp.model.fmfw.update.UpdateEvent
          拡張org.boxed_economy.besp.model.fmfw.update.UpdateChannelEvent
すべての実装インタフェース:
java.io.Serializable

public class UpdateChannelEvent
extends UpdateEvent

ChannelでGoodsが送信・受信されたときに送られるEventです。

バージョン:
$Id: UpdateChannelEvent.java,v 1.1 2004/03/21 12:07:47 macchan Exp $
作成者:
rx78g
関連項目:
直列化された形式

フィールドの概要
 
クラス java.util.EventObject から継承したフィールド
source
 
コンストラクタの概要
UpdateChannelEvent(java.lang.Object source, Goods goods, Behavior sourceBehavior, Behavior targetBehavior)
          コンストラクタです。
 
メソッドの概要
 Goods getGoods()
          Channelで送受信されたGoodsを返します.
 Behavior getSourceBehavior()
          Method getSourceBehavior.
 Behavior getTargetBehavior()
          Method getTargetBehavior.
 
クラス java.util.EventObject から継承したメソッド
getSource, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

UpdateChannelEvent

public UpdateChannelEvent(java.lang.Object source,
                          Goods goods,
                          Behavior sourceBehavior,
                          Behavior targetBehavior)
コンストラクタです。Channelで送受信されたGoodsを与えてください

パラメータ:
source - イベント発信元
goods - Channelで送受信されたGoods
メソッドの詳細

getGoods

public Goods getGoods()
Channelで送受信されたGoodsを返します.

戻り値:
Goods

getSourceBehavior

public Behavior getSourceBehavior()
Method getSourceBehavior.

戻り値:

getTargetBehavior

public Behavior getTargetBehavior()
Method getTargetBehavior.

戻り値: