インタフェース Secs1OnTcpIpLogObservable
- すべてのスーパーインタフェース:
Secs1LogObservable,SecsLogObservable
- 既知のサブインタフェースのリスト:
Secs1OnTcpIpCommunicator,Secs1OnTcpIpReceiverCommunicator
public interface Secs1OnTcpIpLogObservable extends Secs1LogObservable
Secs1OnTcpIpLogObservable.
-
メソッドの概要
修飾子とタイプ メソッド 説明 booleanaddSecs1OnTcpIpChannelConnectionLogListener(SecsLogListener<? super Secs1OnTcpIpChannelConnectionLog> listener)Returnstrueif add Secs1OnTcpIp channelconnection log listener success, otherwisefalse, receive channel connection log.booleanremoveSecs1OnTcpIpChannelConnectionLogListener(SecsLogListener<? super Secs1OnTcpIpChannelConnectionLog> listener)Returnstrueif remove success, otherwisefalse.インタフェースから継承されたメソッド com.shimizukenta.secs.secs1.Secs1LogObservable
addReceiveSecs1MessageBlockPassThroughLogListener, addReceiveSecs1MessagePassThroughLogListener, addSendedSecs1MessageBlockPassThroughLogListener, addSendedSecs1MessagePassThroughLogListener, addTrySendSecs1MessageBlockPassThroughLogListener, addTrySendSecs1MessagePassThroughLogListener, removeReceiveSecs1MessageBlockPassThroughLogListener, removeReceiveSecs1MessagePassThroughLogListener, removeSendedSecs1MessageBlockPassThroughLogListener, removeSendedSecs1MessagePassThroughLogListener, removeTrySendSecs1MessageBlockPassThroughLogListener, removeTrySendSecs1MessagePassThroughLogListenerインタフェースから継承されたメソッド com.shimizukenta.secs.SecsLogObservable
addReceiveSecsMessagePassThroughLogListener, addSecsLogListener, addSecsThrowableLogListener, addSendedSecsMessagePassThroughLogListener, addTrySendSecsMessagePassThroughLogListener, removeReceiveSecsMessagePassThroughLogListener, removeSecsLogListener, removeSecsThrowableLogListener, removeSendedSecsMessagePassThroughLogListener, removeTrySendSecsMessagePassThroughLogListener
-
メソッドの詳細
-
addSecs1OnTcpIpChannelConnectionLogListener
boolean addSecs1OnTcpIpChannelConnectionLogListener(SecsLogListener<? super Secs1OnTcpIpChannelConnectionLog> listener)Returnstrueif add Secs1OnTcpIp channelconnection log listener success, otherwisefalse, receive channel connection log.- パラメータ:
listener- the Secs1OnTcpIp channel connection log listener- 戻り値:
- true if add success, otherwise false
-
removeSecs1OnTcpIpChannelConnectionLogListener
boolean removeSecs1OnTcpIpChannelConnectionLogListener(SecsLogListener<? super Secs1OnTcpIpChannelConnectionLog> listener)Returnstrueif remove success, otherwisefalse.- パラメータ:
listener- the Secs1OnTcpIp channel connection log listener- 戻り値:
- true if remove success, otherwise false
-