Package ch.mobi.mobitor.plugins.api
Interface MobitorPluginLegendGenerator
-
public interface MobitorPluginLegendGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.util.List<ApplicationInformationLegendWrapper>createErrorList()default java.util.List<ApplicationInformationLegendWrapper>createProgressList()java.util.List<ApplicationInformationLegendWrapper>createSuccessList()default java.util.List<ApplicationInformationLegendWrapper>getLegendList()
-
-
-
Method Detail
-
createSuccessList
java.util.List<ApplicationInformationLegendWrapper> createSuccessList()
-
createErrorList
java.util.List<ApplicationInformationLegendWrapper> createErrorList()
-
createProgressList
default java.util.List<ApplicationInformationLegendWrapper> createProgressList()
-
getLegendList
default java.util.List<ApplicationInformationLegendWrapper> getLegendList()
-
-