org.opcfoundation.ua.transport
Interface ConnectionMonitor.ConnectListener

All Known Implementing Classes:
DebugLogger
Enclosing interface:
ConnectionMonitor

public static interface ConnectionMonitor.ConnectListener

Connection listener


Method Summary
 void onClose(Object sender, ServerConnection connection)
           
 void onConnect(Object sender, ServerConnection connection)
           
 

Method Detail

onConnect

void onConnect(Object sender,
               ServerConnection connection)

onClose

void onClose(Object sender,
             ServerConnection connection)


Copyright © 2018. All rights reserved.