Package com.chillycheesy.modulo.modules
package com.chillycheesy.modulo.modules
-
Interface Summary
-
Class SummaryClassDescriptionHTModule is the superclass of all the HomeTracker module.
A module is a functionality of HomeTracker that has its own management and behaviour.
To create your own HTModule you just have to extend HTModuleHTModuleAdapter is just aModule
with a default implementation of theModuleAdapter.onLoad()
ModuleAdapter.onStart()
ModuleAdapter.onStop()
methods.
You can extend of this class to create your module but you'll have to override those methods by yourself (override those method if you need them)Represent the configuration of a module.
The attributes are made to be the same you put in your module.xml file (seeModuleBuilder
for details)Class that contain the different object needed to work with yourModule
.Class that build and load all theModule
in the modules folder.Contains and manages all theModule
of HomeTracker