new bcdui.core.StatusEvent(args)
The constructor creating a new StatusEvent object.
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
args |
Object |
This parameter map must contain two properties:
|
Methods
-
getSource(){object}
-
Getter for the object that made the status transition.
Returns:
Type Description object The causer of the event. -
getStatus(){Status}
-
Returns:
Type Description Status The new status of the source object. -
toString(){String}
-
Returns:
Type Description String A summary of the status event.