Uses of Class
hkontrol.core.ImmutableState

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

Uses of ImmutableState in hkontrol.core
 

Methods in hkontrol.core with parameters of type ImmutableState
abstract  void AbstractAction.execute(ImmutableState state)
          Gets called if the action is triggered by a matching rule.
 

Uses of ImmutableState in hkontrol.module.debug.action
 

Methods in hkontrol.module.debug.action with parameters of type ImmutableState
 void PrintState.execute(ImmutableState state)
           
 

Uses of ImmutableState in hkontrol.module.hk.action
 

Methods in hkontrol.module.hk.action with parameters of type ImmutableState
 void ActionBase.execute(ImmutableState state)
           
 

Uses of ImmutableState in hkontrol.module.mythtv.action
 

Methods in hkontrol.module.mythtv.action with parameters of type ImmutableState
 void Send.execute(ImmutableState state)
           
 

Uses of ImmutableState in hkontrol.module.timer.action
 

Methods in hkontrol.module.timer.action with parameters of type ImmutableState
 void RestartTimer.execute(ImmutableState state)