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 List<ApplicationInformationLegendWrapper>createErrorList()default List<ApplicationInformationLegendWrapper>createProgressList()List<ApplicationInformationLegendWrapper>createSuccessList()default List<ApplicationInformationLegendWrapper>getLegendList()
-
-
-
Method Detail
-
createSuccessList
List<ApplicationInformationLegendWrapper> createSuccessList()
-
createErrorList
List<ApplicationInformationLegendWrapper> createErrorList()
-
createProgressList
default List<ApplicationInformationLegendWrapper> createProgressList()
-
getLegendList
default List<ApplicationInformationLegendWrapper> getLegendList()
-
-