org.boxed_economy.besp.model.fmfw
クラス OpenChannelEvent

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

public class OpenChannelEvent
extends java.util.EventObject
implements Event

Channel開設のために、RelationからAgentに送られるEventです。 開設先のBehaviorのTypeを持ちます。

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

フィールドの概要
 
クラス java.util.EventObject から継承したフィールド
source
 
コンストラクタの概要
OpenChannelEvent(java.lang.Object source, BehaviorType targetBehaviorType)
          コンストラクタです。
 
メソッドの概要
 BehaviorType getTargetBehaviorType()
          開設先のBehaviorのTypeを返します。
 
クラス java.util.EventObject から継承したメソッド
getSource, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

OpenChannelEvent

public OpenChannelEvent(java.lang.Object source,
                        BehaviorType targetBehaviorType)
コンストラクタです。開設先のBehaviorのTypeを引数として与えます。

パラメータ:
source - Eventの発信元
メソッドの詳細

getTargetBehaviorType

public BehaviorType getTargetBehaviorType()
開設先のBehaviorのTypeを返します。

戻り値:
BehaviorType 開設先のBehaviorのType