METHOD AlarmDeactivationStateChanged : BOOL
This method will be called if a AlarmStateChangedListener was registered and the alarm deactivation changed.
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
AlarmDeactivationStateChanged
|
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 deactivation state
|
xNewDeactivationState
|
BOOL
|
The new deactivation state of the alarm
|
|