Uses of Interface
ch.mobi.mobitor.domain.screen.Screen
-
Packages that use Screen Package Description ch.mobi.mobitor.plugins.api ch.mobi.mobitor.plugins.api.model ch.mobi.mobitor.plugins.api.service -
-
Uses of Screen in ch.mobi.mobitor.plugins.api
Methods in ch.mobi.mobitor.plugins.api with parameters of type Screen Modifier and Type Method Description voidMobitorPlugin. createAndAssociateApplicationInformationBlocks(Screen screen, ExtendableScreenConfig screenConfig, java.util.List<C> configs) -
Uses of Screen in ch.mobi.mobitor.plugins.api.model
Methods in ch.mobi.mobitor.plugins.api.model with type parameters of type Screen Modifier and Type Method Description <T extends Screen>
voidScreensModel. addScreen(T screen)<T extends Screen>
java.util.List<T>ScreensModel. getAvailableScreens()<T extends Screen>
TScreensModel. getScreen(java.lang.String screenConfigKey) -
Uses of Screen in ch.mobi.mobitor.plugins.api.service
Methods in ch.mobi.mobitor.plugins.api.service with parameters of type Screen Modifier and Type Method Description voidRuleService. updateRuleEvaluation(Screen screen, java.lang.String type)
-