| Property | Defined By | ||
|---|---|---|---|
| Description : String | ConnectionEvent | ||
| Title : String | ConnectionEvent | ||
| Method | Defined By | ||
|---|---|---|---|
ConnectionEvent(type:String, title:String, description:String) | ConnectionEvent | ||
clone():Event [override] | ConnectionEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| DISCONNECT : String = onDisconnect [static] | ConnectionEvent | ||
| FAILED : String = onFail [static] | ConnectionEvent | ||
| INIT : String = onInit [static] | ConnectionEvent | ||
| Description | property |
public var Description:String| Title | property |
public var Title:String| ConnectionEvent | () | Constructor |
public function ConnectionEvent(type:String, title:String, description:String)type:String | |
title:String | |
description:String |
| clone | () | method |
override public function clone():EventReturnsEvent |
| DISCONNECT | Constant |
public static const DISCONNECT:String = onDisconnect| FAILED | Constant |
public static const FAILED:String = onFail| INIT | Constant |
public static const INIT:String = onInit