public class SimpleMixer extends AbstractMixer
IReceiveListener
に送信します。
changesrc要素をtrueに設定すると、データ受信イベントのソースがこのクラスに
設定されます。
<Mixer name="SimpleMixer" class="jp.co.sds_corp.transfer.mixer.SimpleMixer"> <changesrc>true</changesrc> </Mixer>
コンストラクタと説明 |
---|
SimpleMixer() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
fireReceive(ReceiveEvent e)
データ受信イベントを通知します。
|
void |
init(jp.co.sds_corp.util.config.IConfiguration config)
指定された初期情報で初期化します。
|
void |
received(ReceiveEvent e)
データに何らかの変更があったときに呼び出されます。
|
void |
statusChanged(StatusChangeEvent e)
状態に何らかの変更があったときに呼び出されます。
|
addFilter, addReceiveListener, addReceiveListener, fireReceive, fireStatusChange, getFilterList, isDebug, isValid, removeFilter, removeReceiveListener, removeReceiveListener, setDebug, start, stop
getName, getStatus, getStatusString, isInterrupted, isValid, saveConfig, setInterrupt, setName, setStatus, setValid, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public void init(jp.co.sds_corp.util.config.IConfiguration config) throws Exception
init
インタフェース内 jp.co.sds_corp.util.config.IConfigurable
init
クラス内 AbstractMixer
config
- 初期情報Exception
public void received(ReceiveEvent e) throws Exception
e
- イベントソースおよびデータの変更内容を指定します。Exception
public void fireReceive(ReceiveEvent e) throws Exception
fireReceive
インタフェース内 IReceiver
fireReceive
クラス内 AbstractMixer
e
- データ受信イベントException
public void statusChanged(StatusChangeEvent e) throws Exception
e
- イベントソースおよび状態の変更内容を指定します。Exception
Copyright © 2021 S.D.S Co.,Ltd.. All rights reserved.