Interface DataHandler


public interface DataHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleData(byte[] data)
     
  • Method Details

    • handleData

      void handleData(byte[] data)