パッケージ | 説明 |
---|---|
jp.go.aist.rtm.RTC |
修飾子とタイプ | メソッドと説明 |
---|---|
<DataType> PostComponentActionListener |
RTObject_impl.addPostComponentActionListener(int listener_type,
DataType obj,
java.lang.String memfunc)
PostComponentActionListener リスナを追加する
{@.ja ComponentAction 実装関数の呼び出し直後のイベントに関連する各種リ
スナを設定する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
RTObject_impl.addPostComponentActionListener(int listener_type,
PostComponentActionListener listener)
PostComponentActionListener リスナを追加する
{@.ja ComponentAction 実装関数の呼び出し直後のイベントに関連する各種リ
スナを設定する。
|
void |
RTObject_impl.addPostComponentActionListener(int listener_type,
PostComponentActionListener listener,
boolean autoclean)
PostComponentActionListener リスナを追加する
{@.ja ComponentAction 実装関数の呼び出し直後のイベントに関連する各種リ
スナを設定する。
|
void |
RTObject_impl.removePostComponentActionListener(int listener_type,
PostComponentActionListener listener)
PostComponentActionListener リスナを削除する
設定した各種リスナを削除する。
|