| Package | com.flextoolbox.events |
| Class | public class WireManagerEvent |
| Inheritance | WireManagerEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| endJack : WireJack
Another jack associated with the event.
| WireManagerEvent | ||
| startJack : WireJack
A jack associated with the event.
| WireManagerEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
WireManagerEvent(type:String, startJack:WireJack, endJack:WireJack = null, cancelable:Boolean = false)
Constructor.
| WireManagerEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| BEGIN_CONNECTION_REQUEST : String = "beginConnectionRequest" [static]
The WireManagerEvent.BEGIN_CONNECTION_REQUEST constant defines the
value of the
type property of a WireManagerEvent object
for a beginConnectionRequest event, which indicates that
a WireJack is attempting to connect to other compatible WireJack instances. | WireManagerEvent | ||
| CREATE_CONNECTION : String = "createConnection" [static]
The WireManagerEvent.CREATE_CONNECTION constant defines the
value of the
type property of a WireManagerEvent object
for a createConnection event, which indicates that
two WireJack instances have connected. | WireManagerEvent | ||
| CREATING_CONNECTION : String = "creatingConnection" [static]
The WireManagerEvent.CREATING_CONNECTION constant defines the
value of the
type property of a WireManagerEvent object
for a creatingConnection event, which indicates that
two WireJack instances will soon be connected. | WireManagerEvent | ||
| DELETE_CONNECTION : String = "deleteConnection" [static]
The WireManagerEvent.DELETE_CONNECTION constant defines the
value of the
type property of a WireManagerEvent object
for a deleteConnection event, which indicates that
two WireJack instances have been disconnected. | WireManagerEvent | ||
| END_CONNNECTION_REQUEST : String = "endConnectionRequest" [static]
The WireManagerEvent.END_CONNNECTION_REQUEST constant defines the
value of the
type property of a WireManagerEvent object
for a endConnectionRequest event, which indicates that
a WireJack is no longer attempting to connect to other compatible
WireJack instances. | WireManagerEvent | ||
| endJack | property |
public var endJack:WireJackAnother jack associated with the event.
| startJack | property |
public var startJack:WireJackA jack associated with the event.
| WireManagerEvent | () | constructor |
public function WireManagerEvent(type:String, startJack:WireJack, endJack:WireJack = null, cancelable:Boolean = false)Constructor.
Parameterstype:String — The type of event.
|
|
startJack:WireJack — A jack associated with the event.
|
|
endJack:WireJack (default = null) — An optional second jack associated with the event.
|
|
cancelable:Boolean (default = false) — If true, this event may be cancelled.
|
| BEGIN_CONNECTION_REQUEST | constant |
public static const BEGIN_CONNECTION_REQUEST:String = "beginConnectionRequest"
The WireManagerEvent.BEGIN_CONNECTION_REQUEST constant defines the
value of the type property of a WireManagerEvent object
for a beginConnectionRequest event, which indicates that
a WireJack is attempting to connect to other compatible WireJack instances.
| CREATE_CONNECTION | constant |
public static const CREATE_CONNECTION:String = "createConnection"
The WireManagerEvent.CREATE_CONNECTION constant defines the
value of the type property of a WireManagerEvent object
for a createConnection event, which indicates that
two WireJack instances have connected.
| CREATING_CONNECTION | constant |
public static const CREATING_CONNECTION:String = "creatingConnection"
The WireManagerEvent.CREATING_CONNECTION constant defines the
value of the type property of a WireManagerEvent object
for a creatingConnection event, which indicates that
two WireJack instances will soon be connected. This action may be
cancelled.
| DELETE_CONNECTION | constant |
public static const DELETE_CONNECTION:String = "deleteConnection"
The WireManagerEvent.DELETE_CONNECTION constant defines the
value of the type property of a WireManagerEvent object
for a deleteConnection event, which indicates that
two WireJack instances have been disconnected.
| END_CONNNECTION_REQUEST | constant |
public static const END_CONNNECTION_REQUEST:String = "endConnectionRequest"
The WireManagerEvent.END_CONNNECTION_REQUEST constant defines the
value of the type property of a WireManagerEvent object
for a endConnectionRequest event, which indicates that
a WireJack is no longer attempting to connect to other compatible
WireJack instances.