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
|
IAlarm5
|
The alarm which changed its state
|
eOldState
|
AlarmState
|
The old state the alarm went in
|
eNewState
|
AlarmState
|
The new state to which the alarm changes
|
eStateTransition
|
AlarmStateTransition
|
The AlarmStateTransition decribing how the alarm reached the new state i.e. the way within the state graph
|
|