機能 #2013
ComponentAction listener の追加
Start date:
01/27/2011
Due date:
% Done:
100%
Estimated time:
Description
- RTコンポーネントの各種アクション(ComponentAction)をフックするためのリスナクラス、ComponentAction listener を追加する。
- PreAction: 引数に ec_id を取るリスナ
- PostAction: 引数に ec_id と ReturnCode_t をとるリスナ
- RTObject にリスナホルダを持たせる
- RTObject のon_xxx() 関数内の onXxx() の前後にPreActionとPostActionを仕掛ける
- RTObject にリスナをセットする関数を追加する
History
#1 Updated by kurihara almost 13 years ago
- Status changed from 新規 to 担当
#2 Updated by kurihara over 12 years ago
- % Done changed from 0 to 50
- ComponentActionListener.pyの実装
- test_ComponentActionListener.pyの実装 r396
#3 Updated by kurihara over 12 years ago
バグフィックス r397
#4 Updated by kurihara over 12 years ago
- % Done changed from 50 to 80
#5 Updated by kurihara over 12 years ago
- Target version set to RELEASE_1_1_0
#6 Updated by kurihara over 12 years ago
- Status changed from 担当 to 解決
- % Done changed from 80 to 100
r449 のComponentActionListerTestComp.pyにてテスト。
#7 Updated by kurihara almost 12 years ago
- Status changed from 解決 to 終了