org.simantics.databoard.method
Interface TcpConnection.ConnectionListener

Enclosing class:
TcpConnection

public static interface TcpConnection.ConnectionListener


Method Summary
 void onClosed()
          close() was invoked
 void onError(java.lang.Exception error)
          There was an error and connection was closed
 

Method Detail

onError

void onError(java.lang.Exception error)
There was an error and connection was closed

Parameters:
error -

onClosed

void onClosed()
close() was invoked