The AlarmSeverityChangeEvent class represents the event object
passed to the event listener when predefined alarm severities
has changed, and provides information about the change.
public var alarmSeverity:AlarmSeverity
public var newValue:Object
public var oldValue:Object
public var property:Object
public function AlarmSeverityChangeEvent(kind:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
Parameters | kind:String — The kind of the change
|
|
| bubbles:Boolean (default = false ) — Specifies whether the event can bubble
up the display list hierarchy. Default value is false.
|
|
| cancelable:Boolean (default = false ) — Specifies whether the behavior
associated with the event can be prevented. The default
value is false.
|
override public function clone():Event
Returnspublic static const CLEAR:String = clear
The const value indicates that all predefined alarm severities has been cleared.
public static const PROPERTY_CHANGE:String = propertyChange
The const value indicates that a property of alarm severity has been changed.
public static const REGISTER:String = register
The const value indicates that an alarm severity has been registered.
public static const UNREGISTER:String = unregister
The const value indicates that an alarm severity has just been unregistered.
Thu Jun 30 2011, 03:49 PM +08:00