hmi.bml.bridge
Class SLF4JConnectionStateListener

java.lang.Object
  extended by hmi.bml.bridge.SLF4JConnectionStateListener
All Implemented Interfaces:
ConnectionStateListener

public class SLF4JConnectionStateListener
extends Object
implements ConnectionStateListener

Listens to the connection state of a server of the TCPIPRealizerBridgeAPI


Field Summary
private static org.slf4j.Logger logger
           
 
Constructor Summary
SLF4JConnectionStateListener()
           
 
Method Summary
 void stateChanged(TCPIPRealizerBridgeServer.ServerState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static org.slf4j.Logger logger
Constructor Detail

SLF4JConnectionStateListener

public SLF4JConnectionStateListener()
Method Detail

stateChanged

public void stateChanged(TCPIPRealizerBridgeServer.ServerState state)
Specified by:
stateChanged in interface ConnectionStateListener