RTMExamples.SimpleIO
クラス ConsoleOut

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

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


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

フィールドの詳細

component_conf

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

ConsoleOut

public ConsoleOut()
メソッドの詳細

createRtc

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

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

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

deleteRtc

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

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

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