Class SourceHasPendingUpdateEvent

  • All Implemented Interfaces:
    RunPipelineEvent

    public final class SourceHasPendingUpdateEvent
    extends java.lang.Object
    implements RunPipelineEvent
    An event that occurs when a source has an update pending for the PipelineRunner to handle. This event should be triggered when a Source a value that is ready to be moved into one or more of its sockets. This event is not emitted to indicate that a socket has been changed, it just alerts the PipelineRunner so that it can move the new value into the socket. The pipeline will respond by running Source.updateOutputSockets() in the pipeline thread.
    • Constructor Detail

      • SourceHasPendingUpdateEvent

        public SourceHasPendingUpdateEvent​(Source source)
    • Method Detail

      • getSource

        public Source getSource()