Interface PrinterListener


public interface PrinterListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called when input stream failed to read data, usually when device connection is closed.
  • Method Details

    • onStreamError

      void onStreamError(Exception e)
      This method is called when input stream failed to read data, usually when device connection is closed.
      Parameters:
      e - the stream error.