"

2013 FRC Java API

"

edu.wpi.first.wpilibj.networktables2
Interface OutgoingEntryReceiver

All Known Subinterfaces:
FlushableOutgoingEntryReceiver
All Known Implementing Classes:
ClientConnectionAdapter, ServerConnectionAdapter, ServerConnectionList, TransactionDirtier, WriteManager

public interface OutgoingEntryReceiver


Field Summary
static OutgoingEntryReceiver NULL
           
 
Method Summary
 void offerOutgoingAssignment(NetworkTableEntry entry)
           
 void offerOutgoingUpdate(NetworkTableEntry entry)
           
 

Field Detail

NULL

static final OutgoingEntryReceiver NULL
Method Detail

offerOutgoingAssignment

void offerOutgoingAssignment(NetworkTableEntry entry)

offerOutgoingUpdate

void offerOutgoingUpdate(NetworkTableEntry entry)

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"