Class PipelineState.ErrorStreamListener

java.lang.Object
mgui.pipelines.PipelineState.ErrorStreamListener
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
PipelineState

public class PipelineState.ErrorStreamListener
extends java.lang.Object
implements java.lang.Runnable
  • Constructor Summary

    Constructors
    Constructor Description
    ErrorStreamListener​(PipelineState state)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    void run()  
    void start()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ErrorStreamListener

      public ErrorStreamListener​(PipelineState state)
  • Method Details

    • start

      public void start()
    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable
    • close

      public void close()