Interface PostProcessingTab
-
public interface PostProcessingTab
This interface can be added toEventProcessingPlugin
when they need a supporting UI handling post processing of the results
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Class<? extends PostProcessingUI>>
tabs()
-
-
-
Method Detail
-
tabs
java.util.List<java.lang.Class<? extends PostProcessingUI>> tabs()
-
-