"

2013 FRC Java API

"

edu.wpi.first.wpilibj.tables
Interface IRemoteConnectionListener

All Known Implementing Classes:
NetworkTableConnectionListenerAdapter

public interface IRemoteConnectionListener

A listener that listens for connection changes in a IRemote object

Author:
Mitchell

Method Summary
 void connected(IRemote remote)
          Called when an IRemote is connected
 void disconnected(IRemote remote)
          Called when an IRemote is disconnected
 

Method Detail

connected

void connected(IRemote remote)
Called when an IRemote is connected

Parameters:
remote - the object that connected

disconnected

void disconnected(IRemote remote)
Called when an IRemote is disconnected

Parameters:
remote - the object that disconnected

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"