Interface NutReaderListener


public interface NutReaderListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    frame(Frame frame)
    Executes when a new frame is found.
    void
    stream(Stream stream)
    Executes when a new stream is found.
  • Method Details

    • stream

      void stream(Stream stream)
      Executes when a new stream is found.
      Parameters:
      stream - The stream
    • frame

      void frame(Frame frame)
      Executes when a new frame is found.
      Parameters:
      frame - A single Frame