"

2013 FRC Java API

"

edu.wpi.first.wpilibj.networktables2.client
Class ClientNetworkTableEntryStore

java.lang.Object
  extended by edu.wpi.first.wpilibj.networktables2.AbstractNetworkTableEntryStore
      extended by edu.wpi.first.wpilibj.networktables2.client.ClientNetworkTableEntryStore
All Implemented Interfaces:
IncomingEntryReceiver

public class ClientNetworkTableEntryStore
extends AbstractNetworkTableEntryStore

The entry store for a NetworkTableClient

Author:
Mitchell

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.wpi.first.wpilibj.networktables2.AbstractNetworkTableEntryStore
AbstractNetworkTableEntryStore.TableListenerManager
 
Field Summary
 
Fields inherited from class edu.wpi.first.wpilibj.networktables2.AbstractNetworkTableEntryStore
idEntries, incomingReceiver, listenerManager, namedEntries, outgoingReceiver
 
Fields inherited from interface edu.wpi.first.wpilibj.networktables2.IncomingEntryReceiver
NULL
 
Constructor Summary
ClientNetworkTableEntryStore(AbstractNetworkTableEntryStore.TableListenerManager listenerManager)
          Create a new ClientNetworkTableEntryStore
 
Method Summary
protected  boolean addEntry(NetworkTableEntry newEntry)
           
protected  boolean updateEntry(NetworkTableEntry entry, char sequenceNumber, Object value)
           
 
Methods inherited from class edu.wpi.first.wpilibj.networktables2.AbstractNetworkTableEntryStore
clearEntries, clearIds, getEntry, getEntry, keys, notifyEntries, offerIncomingAssignment, offerIncomingUpdate, putOutgoing, putOutgoing, setIncomingReceiver, setOutgoingReceiver
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientNetworkTableEntryStore

public ClientNetworkTableEntryStore(AbstractNetworkTableEntryStore.TableListenerManager listenerManager)
Create a new ClientNetworkTableEntryStore

Parameters:
transactionPool -
listenerManager -
Method Detail

addEntry

protected boolean addEntry(NetworkTableEntry newEntry)
Specified by:
addEntry in class AbstractNetworkTableEntryStore

updateEntry

protected boolean updateEntry(NetworkTableEntry entry,
                              char sequenceNumber,
                              Object value)
Specified by:
updateEntry in class AbstractNetworkTableEntryStore

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"