Interface InterfaceReportThread

All Known Implementing Classes:
AbstractReportThread, PricatParseExcelHtmlThread, SampleHtmlThread

public interface InterfaceReportThread
Identifies a class that can be used as a report thread.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.safehaus.uuid.UUID
    Returns the UUID of this report thread.
    void
    Starts the report thread.
  • Method Details

    • start

      void start()
      Starts the report thread.

    • getUUID

      org.safehaus.uuid.UUID getUUID()
      Returns the UUID of this report thread.

      Returns:
      the UUID of this report thread