edu.wpi.first.wpilibj.networktables2
Interface FlushableOutgoingEntryReceiver

All Superinterfaces:
OutgoingEntryReceiver
All Known Implementing Classes:
ClientConnectionAdapter, ServerConnectionAdapter, ServerConnectionList

public interface FlushableOutgoingEntryReceiver
extends OutgoingEntryReceiver


Field Summary
 
Fields inherited from interface edu.wpi.first.wpilibj.networktables2.OutgoingEntryReceiver
NULL
 
Method Summary
 void ensureAlive()
           
 void flush()
           
 
Methods inherited from interface edu.wpi.first.wpilibj.networktables2.OutgoingEntryReceiver
offerOutgoingAssignment, offerOutgoingUpdate
 

Method Detail

flush

void flush()

ensureAlive

void ensureAlive()


Copyright © 2013. All rights reserved.