| Property | Defined by | ||
|---|---|---|---|
| notificationLevel : uint | FosfrNotification | ||
| trapErrorNotifications : Boolean | FosfrNotification | ||
| Method | Defined by | ||
|---|---|---|---|
|
FosfrNotification($fosfr:FosfrBaseClass)
| FosfrNotification | ||
|
notifyStatus($message:String, $severity:uint = 0):void
| FosfrNotification | ||
|
throwError($id:int = 0, $error:Error = null, $message:String = "", $severity:uint = 0):void
| FosfrNotification | ||
| notificationLevel | property |
public var notificationLevel:uint
| trapErrorNotifications | property |
public var trapErrorNotifications:Boolean
| FosfrNotification | () | constructor |
| notifyStatus | () | method |
public function notifyStatus($message:String, $severity:uint = 0):voidParameters
$message:String |
|
$severity:uint (default = 0) |
| throwError | () | method |
public function throwError($id:int = 0, $error:Error = null, $message:String = "", $severity:uint = 0):voidParameters
$id:int (default = 0) |
|
$error:Error (default = null) |
|
$message:String (default = "") |
|
$severity:uint (default = 0) |