org.opcfoundation.ua.transport
Interface IConnectionListener

All Known Implementing Classes:
SecureChannelTcp

public interface IConnectionListener

IConnectionListener interface.


Method Summary
 void onClosed(ServiceResultException closeError)
          The connection has been closed
 void onOpen()
          Connection opened
 

Method Detail

onClosed

void onClosed(ServiceResultException closeError)
The connection has been closed

Parameters:
closeError - a ServiceResultException object.

onOpen

void onOpen()
Connection opened



Copyright © 2018. All rights reserved.