Uses of Class
com.tccc.kos.core.service.region.BaseRegion
Packages that use BaseRegion
Package
Description
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Uses of BaseRegion in com.tccc.kos.core.service.app
Method parameters in com.tccc.kos.core.service.app with type arguments of type BaseRegionModifier and TypeMethodDescriptionvoid
SystemApplication.installRegions
(Collection<BaseRegion> regions) Install regions for the application.void
SystemApplication.installRegions
(Collection<BaseRegion> regions, RegionSettings settings) Install regions for the application with a custom settings bean. -
Uses of BaseRegion in com.tccc.kos.core.service.region
Methods in com.tccc.kos.core.service.region that return BaseRegionModifier and TypeMethodDescriptionRegionService.getActiveRegion()
Return the currently active region.RegionService.getFactoryRegion()
Returns the built-in "factory" region.XmlRegionFactory.newRegion()
Returns a new instance ofBaseRegion
.Methods in com.tccc.kos.core.service.region that return types with arguments of type BaseRegionModifier and TypeMethodDescriptionRegionService.getRegions()
Returns the list of known regions.XmlRegionFactory.getRegions()
Returns a map of loaded regions where the key is the ID of the region.Methods in com.tccc.kos.core.service.region with parameters of type BaseRegionModifier and TypeMethodDescriptionvoid
RegionListener.onRegionChanged
(RegionService service, BaseRegion region) Called when the region is changed.void
XmlRegionFactory.parseRegion
(BaseRegion region, Element element) Populates aBaseRegion
object form the XML element.void
RegionService.setActiveRegion
(BaseRegion region) Set the currently active region.