Class NetworkTableListener

java.lang.Object
edu.wpi.first.networktables.NetworkTableListener
All Implemented Interfaces:
AutoCloseable

public final class NetworkTableListener
extends Object
implements AutoCloseable
Event listener. This calls back to a callback function when an event matching the specified mask occurs. The callback function is called asynchronously on a separate thread, so it's important to use synchronization or atomics when accessing any shared state from the callback function.