Package edu.wpi.grip.core.events
Interface RunPipelineEvent
- 
- All Known Implementing Classes:
- ConnectionAddedEvent,- SocketChangedEvent,- SourceHasPendingUpdateEvent,- StartSingleBenchmarkRunEvent
 
 public interface RunPipelineEventAny event that indicates to thePipelineRunnerthat it should run.
- 
- 
Method SummaryAll Methods Instance Methods Default Methods Modifier and Type Method Description default booleanpipelineShouldRun()Indicates to thePipelineRunnerthat there is an update to one of the values and it should run again.
 
- 
- 
- 
Method Detail- 
pipelineShouldRundefault boolean pipelineShouldRun() Indicates to thePipelineRunnerthat there is an update to one of the values and it should run again.- Returns:
- true if the PipelineRunner.pipelineFlagshould be released.
 
 
- 
 
-