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

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

public class UpdateInformationEvent
extends UpdateEvent

Informationが更新された時に送られるイベントです Informationの性質上、詳しい実装はInformationに依存します。

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

フィールドの概要
 
クラス java.util.EventObject から継承したフィールド
source
 
コンストラクタの概要
UpdateInformationEvent(java.lang.Object source)
           
 
クラス java.util.EventObject から継承したメソッド
getSource, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

UpdateInformationEvent

public UpdateInformationEvent(java.lang.Object source)