Uses of Package
hkontrol.core

Packages that use hkontrol.core
hkontrol.core   
hkontrol.module.debug.action   
hkontrol.module.hk   
hkontrol.module.hk.action   
hkontrol.module.mythtv.action   
hkontrol.module.remotecontrol   
hkontrol.module.timer   
hkontrol.module.timer.action   
 

Classes in hkontrol.core used by hkontrol.core
AbstractAction
          AbstractAction is the base class for any action that can be executed by a HKontrol rule.
HKConnectionRegistry
           
ImmutableState
          This small wrapper class provides immutable access to a State object.
ModuleException
          Thrown in one of two cases: A module that needs a connection is trying to retrieve it the AbstractModuleBase but the the connection can't be established or simply is not configured, or a module throws this exception itself from AbstractModule.work.
ObjectFactoryBase
          The ObjectFactoryBase provides its subclasses with methods which support easy object creation.
State
          This class is the very core of HKontrol's MVC implementation.
 

Classes in hkontrol.core used by hkontrol.module.debug.action
AbstractAction
          AbstractAction is the base class for any action that can be executed by a HKontrol rule.
ImmutableState
          This small wrapper class provides immutable access to a State object.
 

Classes in hkontrol.core used by hkontrol.module.hk
AbstractModule
          AbstractModule is the base class for all of HKontrol's modules.
ModuleException
          Thrown in one of two cases: A module that needs a connection is trying to retrieve it the AbstractModuleBase but the the connection can't be established or simply is not configured, or a module throws this exception itself from AbstractModule.work.
 

Classes in hkontrol.core used by hkontrol.module.hk.action
AbstractAction
          AbstractAction is the base class for any action that can be executed by a HKontrol rule.
ImmutableState
          This small wrapper class provides immutable access to a State object.
 

Classes in hkontrol.core used by hkontrol.module.mythtv.action
AbstractAction
          AbstractAction is the base class for any action that can be executed by a HKontrol rule.
ImmutableState
          This small wrapper class provides immutable access to a State object.
 

Classes in hkontrol.core used by hkontrol.module.remotecontrol
State
          This class is the very core of HKontrol's MVC implementation.
 

Classes in hkontrol.core used by hkontrol.module.timer
State
          This class is the very core of HKontrol's MVC implementation.
 

Classes in hkontrol.core used by hkontrol.module.timer.action
AbstractAction
          AbstractAction is the base class for any action that can be executed by a HKontrol rule.
ImmutableState
          This small wrapper class provides immutable access to a State object.