IAlarmStateChangedListener.AlarmStateChanged (METH)ΒΆ
METHOD AlarmStateChanged : BOOL
This method will be called if a AlarmStateChangedListener was registered and the alarm state changed.
- InOut:
- Scope - Name - Type - Comment - Return - AlarmStateChanged- BOOL- <c>TRUE</c> in case the corresponding action to this event was successfull, <c>FALSE</c> otherwise. - Input - itfAlarm5- The alarm which changed its state - eOldState- The old state the alarm went in - eNewState- The new state to which the alarm changes - eStateTransition- The AlarmStateTransition decribing how the alarm reached the new state i.e. the way within the state graph 
