Interface SynopticProgressListener

All Known Implementing Classes:
SimpleSynopticAppli

public interface SynopticProgressListener
Listen on synoptic file loading progress
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    progress(double p)
    Called when an item is loaded and connected to the device
  • Method Details

    • progress

      void progress(double p)
      Called when an item is loaded and connected to the device
      Parameters:
      p - Loading progress (from 0 to 1).