Package org.apache.ofbiz.htmlreport
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.safehaus.uuid.UUID
getUUID()
Returns the UUID of this report thread.void
start()
Starts the report thread.
-