"

2013 FRC Java API

"

edu.wpi.first.wpilibj.networktables2
Class TransactionDirtier

java.lang.Object
  extended by edu.wpi.first.wpilibj.networktables2.TransactionDirtier
All Implemented Interfaces:
OutgoingEntryReceiver

public class TransactionDirtier
extends Object
implements OutgoingEntryReceiver

A transaction receiver that marks all Table entries as dirty in the entry store. Entries will not be passed to the continuing receiver if they are already dirty

Author:
Mitchell

Field Summary
 
Fields inherited from interface edu.wpi.first.wpilibj.networktables2.OutgoingEntryReceiver
NULL
 
Constructor Summary
TransactionDirtier(OutgoingEntryReceiver continuingReceiver)
           
 
Method Summary
 void offerOutgoingAssignment(NetworkTableEntry entry)
           
 void offerOutgoingUpdate(NetworkTableEntry entry)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionDirtier

public TransactionDirtier(OutgoingEntryReceiver continuingReceiver)
Method Detail

offerOutgoingAssignment

public void offerOutgoingAssignment(NetworkTableEntry entry)
Specified by:
offerOutgoingAssignment in interface OutgoingEntryReceiver

offerOutgoingUpdate

public void offerOutgoingUpdate(NetworkTableEntry entry)
Specified by:
offerOutgoingUpdate in interface OutgoingEntryReceiver

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"