パッケージ | 説明 |
---|---|
jp.go.aist.rtm.RTC |
修飾子とタイプ | メソッドと説明 |
---|---|
<DataType> PortActionListener |
RTObject_impl.addPortActionListener(int listener_type,
DataType obj,
java.lang.String memfunc)
PortActionListener リスナを追加する
{@.ja Portの追加、削除時にコールバックされる各種リスナを設定する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
RTObject_impl.addPortActionListener(int listener_type,
PortActionListener listener)
PortActionListener リスナを追加する
{@.ja Portの追加、削除時にコールバックされる各種リスナを設定する。
|
void |
RTObject_impl.addPortActionListener(int listener_type,
PortActionListener listener,
boolean autoclean)
PortActionListener リスナを追加する
{@.ja Portの追加、削除時にコールバックされる各種リスナを設定する。
|
void |
RTObject_impl.removePortActionListener(int listener_type,
PortActionListener listener)
PortActionListener リスナを削除する
設定した各種リスナを削除する。
|