Package org.photonvision.common.dataflow
Class DataChangeSubscriber
java.lang.Object
org.photonvision.common.dataflow.DataChangeSubscriber
- Direct Known Subclasses:
UIInboundSubscriber
,VisionModuleChangeSubscriber
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDataChangeSubscriber
(List<DataChangeSource> wantedSources, List<DataChangeDestination> wantedDestinations) DataChangeSubscriber
(DataChangeDestination.DataChangeDestinationList wantedDestinations) DataChangeSubscriber
(DataChangeSource.DataChangeSourceList wantedSources) -
Method Summary
Modifier and TypeMethodDescriptionint
hashCode()
abstract void
onDataChangeEvent
(DataChangeEvent<?> event)
-
Field Details
-
wantedSources
-
wantedDestinations
-
-
Constructor Details
-
DataChangeSubscriber
public DataChangeSubscriber(List<DataChangeSource> wantedSources, List<DataChangeDestination> wantedDestinations) -
DataChangeSubscriber
public DataChangeSubscriber() -
DataChangeSubscriber
-
DataChangeSubscriber
-
-
Method Details