PreComponentActionListener クラス. [詳細]
#include <ComponentActionListener.h>
Public メソッド | |
virtual | ~PreComponentActionListener () |
デストラクタ | |
virtual void | operator() (UniqueId ec_id)=0 |
仮想コールバック関数 | |
Static Public メソッド | |
static const char * | toString (PreComponentActionListenerType type) |
PreComponentActionListenerType を文字列に変換. |
PreComponentActionListener クラス.
OMG RTC仕様で定義されている以下のコンポーネントアクショントについ て、
各アクションに対応するユーザーコードが呼ばれる直前のタイミング でコールされるリスナクラスの基底クラス。
virtual RTC::PreComponentActionListener::~PreComponentActionListener | ( | ) | [virtual] |
デストラクタ
virtual void RTC::PreComponentActionListener::operator() | ( | UniqueId | ec_id | ) | [pure virtual] |
仮想コールバック関数
PreComponentActionListener のコールバック関数
static const char* RTC::PreComponentActionListener::toString | ( | PreComponentActionListenerType | type | ) | [inline, static] |
PreComponentActionListenerType を文字列に変換.
PreComponentActionListenerType を文字列に変換する
type | 変換対象 PreComponentActionListenerType |