Interface NotificationReporter
-
public interface NotificationReporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreport(org.drools.workbench.screens.guided.dtable.shared.XLSConversionResultMessage message)During the conversion there can come issues that do not fail the conversion, but the user should be informed.
-