パッケージ com.shimizukenta.secs
インタフェース SecsCommunicatableStateChangeBiListener
- すべてのスーパーインタフェース:
java.util.EventListener
public interface SecsCommunicatableStateChangeBiListener
extends java.util.EventListener
SECS-Communicate-State Change Listener.
-
メソッドの概要
修飾子とタイプ メソッド 説明 void
changed(boolean communicatable, SecsGemAccessor communicator)
SECS-Communicate-State Changed.
-
メソッドの詳細
-
changed
SECS-Communicate-State Changed.Blocking-method.
pass through quickly.
- パラメータ:
communicatable
- true if state is communicatablecommunicator
- the GemAccessor
-