インタフェース Secs1OnTcpIpLogObservable
- すべてのスーパーインタフェース:
Secs1LogObservable
,SecsLogObservable
- 既知のサブインタフェースのリスト:
Secs1OnTcpIpCommunicator
,Secs1OnTcpIpReceiverCommunicator
public interface Secs1OnTcpIpLogObservable extends Secs1LogObservable
Secs1OnTcpIpLogObservable.
-
メソッドの概要
修飾子とタイプ メソッド 説明 boolean
addSecs1OnTcpIpChannelConnectionLogListener(SecsLogListener<? super Secs1OnTcpIpChannelConnectionLog> listener)
Returnstrue
if add Secs1OnTcpIp channelconnection log listener success, otherwisefalse
, receive channel connection log.boolean
removeSecs1OnTcpIpChannelConnectionLogListener(SecsLogListener<? super Secs1OnTcpIpChannelConnectionLog> listener)
Returnstrue
if 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)Returnstrue
if 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)Returnstrue
if remove success, otherwisefalse
.- パラメータ:
listener
- the Secs1OnTcpIp channel connection log listener- 戻り値:
- true if remove success, otherwise false
-