edu.wpi.first.wpilibj.networktables2.server
Interface ServerIncomingConnectionListener

All Known Implementing Classes:
NetworkTableServer

public interface ServerIncomingConnectionListener

Listener for new incoming server connections

Author:
Mitchell

Method Summary
 void onNewConnection(ServerConnectionAdapter connectionAdapter)
          Called on create of a new connection
 

Method Detail

onNewConnection

void onNewConnection(ServerConnectionAdapter connectionAdapter)
Called on create of a new connection

Parameters:
connectionAdapter - the server connection adapter


Copyright © 2013. All rights reserved.