RTMExamples.GUIIn
クラス GUIIn

java.lang.Object
  上位を拡張 RTMExamples.GUIIn.GUIIn
すべての実装されたインタフェース:
RtcDeleteFunc, RtcNewFunc

public class GUIIn
extends java.lang.Object
implements RtcNewFunc, RtcDeleteFunc


フィールドの概要
static java.lang.String[] component_conf
           
 
コンストラクタの概要
GUIIn()
           
 
メソッドの概要
 RTObject_impl createRtc(Manager mgr)
          コンポーネントの生成処理を行います。
 void deleteRtc(RTObject_impl rtcBase)
          コンポーネントの破棄処理を行います。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

component_conf

public static java.lang.String[] component_conf
コンストラクタの詳細

GUIIn

public GUIIn()
メソッドの詳細

createRtc

public RTObject_impl createRtc(Manager mgr)
インタフェース RtcNewFunc の記述:

コンポーネントの生成処理を行います。

定義:
インタフェース RtcNewFunc 内の createRtc
パラメータ:
mgr - Managerオブジェクト
戻り値:
生成されたコンポーネントオブジェクト

deleteRtc

public void deleteRtc(RTObject_impl rtcBase)
インタフェース RtcDeleteFunc の記述:

コンポーネントの破棄処理を行います。

定義:
インタフェース RtcDeleteFunc 内の deleteRtc
パラメータ:
rtcBase - 破棄対象コンポーネントのオブジェクト