| Package | com.flextoolbox.events |
| Class | public class WireJackEvent |
| Inheritance | WireJackEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| otherJack : WireJack
The other jack associated with this event.
| WireJackEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
WireJackEvent(type:String, otherJack:WireJack, cancelable:Boolean = false)
Constructor.
| WireJackEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CONNECTING_WIRE : String = "connectingWire" [static]
The WireJackEvent.CONNECTING_WIRE constant defines the
value of the
type property of a WireJackEvent object
for a connectWire event, which indicates that a Wire
will soon be connected to the target WireJack. | WireJackEvent | ||
| CONNECT_WIRE : String = "connectWire" [static]
The WireJackEvent.CONNECT_WIRE constant defines the
value of the
type property of a WireJackEvent object
for a connectWire event, which indicates that a Wire
has been connected to the target WireJack. | WireJackEvent | ||
| DISCONNECT_WIRE : String = "disconnectWire" [static]
The WireJackEvent.WIRE_DISCONNECT constant defines the
value of the
type property of a WireJackEvent object
for a wireDisconnect event, which indicates that a Wire
has been disconnected from the target WireJack. | WireJackEvent | ||
| otherJack | property |
public var otherJack:WireJackThe other jack associated with this event.
| WireJackEvent | () | constructor |
public function WireJackEvent(type:String, otherJack:WireJack, cancelable:Boolean = false)Constructor.
Parameterstype:String — The type of event.
|
|
otherJack:WireJack — The other jack associated with the event.
|
|
cancelable:Boolean (default = false) |
| CONNECTING_WIRE | constant |
public static const CONNECTING_WIRE:String = "connectingWire"
The WireJackEvent.CONNECTING_WIRE constant defines the
value of the type property of a WireJackEvent object
for a connectWire event, which indicates that a Wire
will soon be connected to the target WireJack. This action may be
cancelled.
| CONNECT_WIRE | constant |
public static const CONNECT_WIRE:String = "connectWire"
The WireJackEvent.CONNECT_WIRE constant defines the
value of the type property of a WireJackEvent object
for a connectWire event, which indicates that a Wire
has been connected to the target WireJack.
| DISCONNECT_WIRE | constant |
public static const DISCONNECT_WIRE:String = "disconnectWire"
The WireJackEvent.WIRE_DISCONNECT constant defines the
value of the type property of a WireJackEvent object
for a wireDisconnect event, which indicates that a Wire
has been disconnected from the target WireJack.